mariadb/plugin/semisync
He Zhenxing 9547a63ded BUG#52748 Semi-Sync ACK packet isn't check for length
Check the length and use strncpy to make the code safer.

plugin/semisync/semisync_master.cc:
  replace strcpy with strncpy to make the code safer
2010-06-01 16:54:52 +08:00
..
CMakeLists.txt Postfix of previews commit, add missing file 2009-10-23 15:22:20 +08:00
configure.in
Makefile.am Bug#48351 Inconsistent library names for semisync plugin 2009-11-27 16:49:45 +08:00
plug.in Bug#48351 Inconsistent library names for semisync plugin 2009-11-27 16:49:45 +08:00
semisync.cc
semisync.h Backport BUG#45848 Semisynchronous replication internals are visible in SHOW PROCESSLIST and logs 2009-10-12 20:55:01 +08:00
semisync_master.cc BUG#52748 Semi-Sync ACK packet isn't check for length 2010-06-01 16:54:52 +08:00
semisync_master.h BUG#50157 Assertion !active_tranxs_->is_tranx_end_pos(..) in ReplSemiSyncMaster::commitTrx 2010-01-31 02:26:51 +08:00
semisync_master_plugin.cc Postfix of bug#45674 2009-10-18 20:29:03 +08:00
semisync_slave.cc Backport post fix for semisync 2009-10-12 21:21:13 +08:00
semisync_slave.h Backport post fix for semisync 2009-10-12 21:21:13 +08:00
semisync_slave_plugin.cc Backport BUG#47298 Semisync: always wait until timeout if no semi-sync slave available 2009-10-12 21:15:32 +08:00