diff options
author | mats@romeo.(none) <> | 2007-04-12 15:50:54 +0200 |
---|---|---|
committer | mats@romeo.(none) <> | 2007-04-12 15:50:54 +0200 |
commit | 06faf8f411565ec41b6aa777bf35ae5e8417a30e (patch) | |
tree | 99bc39551e216b0f815a7d3af2d4237c7ed72cc9 /sql/CMakeLists.txt | |
parent | c4b15b2e68bb8246711b9db29d65681fbc665ad7 (diff) | |
download | mariadb-git-06faf8f411565ec41b6aa777bf35ae5e8417a30e.tar.gz |
BUG#27779 (Slave cannot read old rows log events):
Taking code from before BUG#22583 and incorporating as events to be able
to read old events. Also incorporating old pack and unpack functions
into patch.
Diffstat (limited to 'sql/CMakeLists.txt')
-rw-r--r-- | sql/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index 002aabb91b0..f0e7bea74c6 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -48,6 +48,7 @@ ADD_EXECUTABLE(mysqld ../sql-common/client.c derror.cc des_key_file.cc item_create.cc item_func.cc item_geofunc.cc item_row.cc item_strfunc.cc item_subselect.cc item_sum.cc item_timefunc.cc key.cc log.cc lock.cc log_event.cc message.rc + log_event_old.cc rpl_record_old.cc message.h mf_iocache.cc my_decimal.cc ../sql-common/my_time.c mysqld.cc net_serv.cc nt_servc.cc nt_servc.h opt_range.cc opt_range.h opt_sum.cc |