unknown
41f7d13853
WL#3023 (Use locks in a statement-like manner):
...
Table maps are now written on aquiring locks to tables and released
at the end of each logical statement.
mysql-test/extra/binlog_tests/ctype_cp932.test:
Disabling cleanup code
mysql-test/r/binlog_row_blackhole.result:
Result change
mysql-test/r/binlog_row_mix_innodb_myisam.result:
Result change
mysql-test/r/binlog_stm_ctype_cp932.result:
Result change
mysql-test/r/rpl_row_charset.result:
Result change
mysql-test/r/rpl_row_create_table.result:
Result change
mysql-test/t/rpl_row_create_table.test:
Binlog position change
sql/handler.cc:
Writing table map after external_lock()
sql/handler.h:
Adding class for table operation hooks.
sql/log.cc:
Adding binlog_write_table_map() to THD.
Removing write_table_map() from MYSQL_LOG.
sql/log.h:
Minor interface changes to move table map writing.
sql/log_event.cc:
Removing pre-allocation of memory for buffers.
Allowing ULONG_MAX as table id denoting an event to ignore (only used to transfer flags).
Adding code to collect tables while seeing table maps and lock collected tables
when seeing a binrow event.
Debriding code as a result of the above changes.
sql/log_event.h:
Minor interface changes.
sql/mysql_priv.h:
Adding hooks argument to create_table_from_items().
sql/parse_file.cc:
Minor fix to avoid crash in debug printout.
sql/rpl_rli.h:
Adding list of tables to lock to RLI structure.
sql/slave.cc:
Using list of tables to lock from RLI structure.
sql/sql_acl.cc:
Removing redundant pending events flush.
sql/sql_base.cc:
Moving pending event flush.
Using flag to guard to clear statement transaction only if this is the original
open tables state.
sql/sql_class.cc:
Adding flag for open tables state.
Removing redundant pending events flushes.
Write a dummy event to indicate that the tables to lock should be emptied
on the slave.
sql/sql_class.h:
Adding open tables state flags.
Adding binlog_write_table_map() function to THD.
Changes to select_create() to support new locking scheme.
sql/sql_insert.cc:
Adding rollback of statement transaction on error. It can now contain
events after locking tables.
sql/sql_load.cc:
Removing redundant pending event flush.
sql/sql_table.cc:
Adding hooks argument to create_table_from_items().
Calling prelock hook before starting to lock tables.
sql/sql_update.cc:
Removing a compiler warning.
sql/table.h:
Minor changes.
2006-02-16 08:30:53 +01:00
..
2005-06-27 13:12:10 +02:00
2005-12-31 09:01:26 +04:00
2005-11-01 16:14:26 +04:00
2005-12-01 20:29:48 +03:00
2006-01-11 21:16:51 -08:00
2005-10-26 13:55:08 -07:00
2006-01-12 20:32:40 -08:00
2005-12-02 15:01:44 +04:00
2005-12-30 14:55:56 +04:00
2005-10-26 13:55:08 -07:00
2005-11-07 17:14:35 -08:00
2006-01-06 10:42:58 -08:00
2005-12-02 15:01:44 +04:00
2005-10-13 19:16:19 +05:00
2005-12-22 06:39:02 +01:00
2006-02-16 08:30:53 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-02-16 08:30:53 +01:00
2005-12-22 06:39:02 +01:00
2006-01-06 15:16:44 -08:00
2006-02-16 08:30:53 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-09-27 17:07:28 +02:00
2005-11-21 21:11:28 +04:00
2005-06-27 12:25:15 +02:00
2005-10-13 11:28:06 +02:00
2006-01-10 19:16:58 +01:00
2006-01-06 10:42:58 -08:00
2005-11-17 22:52:31 +01:00
2005-10-05 19:20:49 +05:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-10-25 14:49:04 +05:00
2005-10-13 19:16:19 +05:00
2005-07-18 13:38:56 -07:00
2005-09-21 23:10:51 +05:00
2005-10-14 13:57:38 +05:00
2005-10-13 19:16:19 +05:00
2005-11-29 09:25:51 +04:00
2005-09-21 23:10:51 +05:00
2005-10-06 14:40:18 +02:00
2005-12-23 14:20:00 +04:00
2005-12-28 19:47:56 +03:00
2005-12-07 17:01:17 +03:00
2005-11-07 12:34:19 +04:00
2005-12-22 06:39:02 +01:00
2005-09-25 15:44:05 +02:00
2005-08-01 17:00:03 -07:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2006-01-12 19:51:02 +01:00
2005-08-12 19:27:54 +03:00
2006-01-11 19:31:21 +01:00
2005-09-13 23:31:17 -07:00
2005-09-16 16:17:44 -07:00
2005-11-09 05:53:34 -08:00
2005-11-24 02:36:28 +02:00
2005-12-22 06:39:02 +01:00
2005-11-23 22:45:02 +02:00
2005-08-08 00:10:07 +02:00
2005-12-18 13:30:01 +01:00
2005-08-12 19:27:54 +03:00
2005-08-29 22:35:48 -05:00
2005-11-26 20:23:20 +01:00
2005-10-06 16:15:53 -07:00
2005-08-15 14:19:56 -07:00
2005-07-07 11:49:44 -07:00
2005-06-27 20:31:02 +03:00
2005-06-27 20:31:00 +03:00
2005-12-01 12:07:25 -08:00
2005-11-22 23:00:57 -08:00
2005-09-23 09:18:56 +02:00
2005-10-13 19:16:19 +05:00
2005-09-07 16:32:15 +05:00
2005-10-27 18:46:00 -07:00
2005-12-07 15:45:31 +01:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-08-12 17:10:00 +05:00
2005-08-26 22:25:45 -07:00
2005-12-02 15:01:44 +04:00
2005-08-27 18:10:46 +05:00
2005-11-01 11:43:34 +04:00
2005-12-28 14:43:50 +01:00
2006-01-10 21:02:19 +01:00
2005-09-09 12:47:57 +02:00
2005-12-01 09:26:17 +02:00
2006-01-06 00:47:49 +02:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-07-22 21:06:02 +05:00
2006-01-12 19:51:02 +01:00
2005-07-18 13:31:02 +02:00
2005-12-22 06:39:02 +01:00
2006-01-07 23:10:08 -08:00
2005-06-24 19:47:19 +02:00
2005-09-30 01:34:19 +04:00
2005-10-01 01:14:50 +04:00
2005-10-18 00:48:34 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 01:14:50 +04:00
2005-10-01 11:56:01 +04:00
2006-01-10 19:44:04 +04:00
2005-10-06 17:54:43 +03:00
2006-01-10 19:44:04 +04:00
2006-01-12 19:51:02 +01:00
2005-12-06 21:28:13 +01:00
2005-12-22 06:39:02 +01:00
2005-10-26 13:55:08 -07:00
2005-12-22 06:39:02 +01:00
2005-12-01 15:30:11 +04:00
2005-08-10 22:17:53 +01:00
2005-12-02 15:01:44 +04:00
2005-11-18 16:30:27 +01:00
2005-08-12 17:57:19 +03:00
2005-11-24 19:51:52 +01:00
2005-09-07 17:42:47 +04:00
2005-11-30 19:13:29 +02:00
2005-08-07 20:39:17 +02:00
2006-01-12 10:05:07 +01:00
2006-01-06 00:47:49 +02:00
2005-12-02 15:01:44 +04:00
2005-07-05 17:27:37 +02:00
2006-01-10 19:16:58 +01:00
2005-08-31 19:12:16 -07:00
2005-09-14 12:24:14 +03:00
2005-12-22 13:48:00 +01:00
2005-09-27 17:07:28 +02:00
2005-10-06 17:54:43 +03:00
2005-08-12 17:57:19 +03:00
2005-11-16 10:23:42 +01:00
2005-12-06 21:28:13 +01:00
2005-10-06 17:54:43 +03:00
2005-09-30 10:58:24 +02:00
2005-12-22 06:39:02 +01:00
2005-09-30 10:58:24 +02:00
2006-01-12 19:51:02 +01:00
2005-10-13 21:28:44 +05:00
2005-12-31 09:01:26 +04:00
2006-01-06 00:47:49 +02:00
2006-01-12 12:27:25 -08:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2005-11-06 00:20:37 +01:00
2005-11-07 12:19:28 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-13 09:22:02 +01:00
2005-09-15 02:33:28 +02:00
2005-11-20 11:15:13 +01:00
2005-11-05 01:32:55 +02:00
2005-11-24 12:36:42 +01:00
2006-01-11 18:50:04 +01:00
2006-01-11 17:06:14 +01:00
2005-11-05 13:20:35 +02:00
2005-09-15 02:33:28 +02:00
2005-09-20 22:16:24 -04:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2005-11-23 22:45:02 +02:00
2006-01-11 11:35:25 +01:00
2006-01-10 19:44:04 +04:00
2005-12-14 00:23:46 +02:00
2005-11-07 12:19:28 +01:00
2005-10-13 19:16:19 +05:00
2005-09-03 03:13:18 +04:00
2006-01-12 19:51:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-01 15:30:11 +04:00
2005-12-01 15:30:11 +04:00
2005-09-15 22:21:30 +04:00
2005-10-04 15:43:55 +02:00
2005-08-23 18:08:04 +03:00
2005-12-15 16:20:56 +04:00
2005-07-18 13:31:02 +02:00
2005-12-15 20:56:14 +04:00
2005-12-15 15:24:35 +04:00
2005-07-18 13:31:02 +02:00
2005-12-26 10:16:36 +03:00
2005-12-15 20:56:14 +04:00
2005-12-15 15:24:35 +04:00
2006-01-12 19:51:02 +01:00
2005-12-20 14:35:52 +01:00
2005-12-20 14:35:52 +01:00
2005-12-20 14:35:52 +01:00
2005-12-20 14:35:52 +01:00
2005-12-20 14:35:52 +01:00
2005-12-20 14:35:52 +01:00
2005-11-14 16:36:06 +04:00
2006-01-10 21:02:19 +01:00
2005-08-11 13:07:08 +03:00
2005-12-02 22:07:10 +03:00
2005-10-13 21:28:44 +05:00
2005-11-07 16:18:46 +01:00
2005-08-18 12:07:14 +03:00
2005-10-01 11:56:01 +04:00
2006-01-12 19:51:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-12 19:51:02 +01:00
2005-12-23 14:45:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-06 01:09:17 +01:00
2005-07-28 21:25:05 +03:00
2005-10-12 13:29:55 +02:00
2006-01-11 20:02:11 +01:00
2005-12-23 14:45:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-10 13:44:08 +02:00
2005-07-05 13:55:54 +02:00
2005-08-02 15:13:56 -06:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-12 19:51:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-09-14 06:31:38 -06:00
2005-12-22 06:39:02 +01:00
2006-01-06 01:09:17 +01:00
2005-10-14 00:02:38 +03:00
2005-10-10 15:10:14 +02:00
2005-12-22 06:39:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-12 16:58:20 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-23 14:45:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-05 03:56:22 +01:00
2006-01-05 03:56:22 +01:00
2006-02-16 08:30:53 +01:00
2006-02-16 08:30:53 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-09-12 10:50:42 +02:00
2005-12-22 06:39:02 +01:00
2005-09-07 19:39:47 +04:00
2006-01-12 17:05:25 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-11 20:02:11 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-23 14:45:02 +01:00
2005-12-11 17:06:36 +03:00
2005-12-23 14:45:02 +01:00
2005-12-23 14:45:02 +01:00
2006-01-12 19:51:02 +01:00
2005-08-10 17:45:00 +04:00
2005-12-09 23:01:52 +03:00
2006-01-12 19:51:02 +01:00
2005-11-10 22:25:03 +03:00
2005-12-12 16:58:20 +01:00
2005-11-23 11:56:53 +01:00
2005-12-07 17:01:17 +03:00
2005-11-18 18:05:04 +01:00
2005-11-25 17:09:26 +01:00
2005-12-07 17:01:17 +03:00
2005-12-07 16:55:16 +03:00
2005-07-01 15:25:51 +02:00
2005-11-24 09:56:48 +01:00
2005-10-16 22:47:19 +04:00
2005-08-10 21:17:02 +00:00
2005-12-12 13:29:48 +03:00
2006-01-11 12:49:56 +01:00
2005-11-07 16:25:06 +01:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-09-06 15:00:35 +05:00
2005-12-02 15:01:44 +04:00
2005-10-10 19:38:58 +02:00
2005-11-04 13:16:46 +02:00
2005-10-15 14:32:37 -07:00
2005-12-07 17:01:17 +03:00
2006-01-11 18:09:05 +01:00
2005-11-23 22:45:02 +02:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-11-10 22:25:03 +03:00
2005-11-10 22:25:03 +03:00
2006-01-06 01:08:48 +02:00
2005-12-06 14:16:34 -08:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-10-14 00:04:52 +03:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-12-12 13:29:48 +03:00
2005-12-02 15:01:44 +04:00
2005-12-02 15:01:44 +04:00
2005-12-18 18:11:19 +01:00
2005-12-02 15:01:44 +04:00
2005-11-30 13:10:08 -08:00
2005-12-02 19:42:14 +03:00
2005-12-22 06:39:02 +01:00
2005-11-01 15:54:30 +02:00
2005-11-23 22:58:53 +02:00
2005-11-24 06:17:38 +02:00
2005-12-01 12:01:38 +02:00
2006-01-06 23:26:20 -08:00
2005-10-11 09:12:12 -07:00
2005-12-02 15:01:44 +04:00
2005-08-31 18:32:15 -07:00
2005-10-05 19:58:16 +02:00
2005-12-21 17:13:52 +04:00