mariadb/sql
unknown c37ad60ef1 Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.cc
Normally, auto_increment value is generated for the column by
inserting either NULL or 0 into it. NO_AUTO_VALUE_ON_ZERO
suppresses this behavior for 0 so that only NULL generates
the auto_increment value. This behavior is also followed by
a slave, specifically by the SQL Thread, when applying events
in the statement format from a master. However, when applying
events in the row format, the flag was ignored thus causing
an assertion failure:
"Assertion failed: next_insert_id == 0, file .\handler.cc"
      
In fact, we never need to generate a auto_increment value for
the column when applying events in row format on slave. So we
don't allow it to happen by using 'MODE_NO_AUTO_VALUE_ON_ZERO'.
      
Refactoring: Get rid of all the sql_mode checks to rows_log_event
when applying it for avoiding problems caused by the inconsistency
of the sql_mode on slave and master as the sql_mode is not set for
Rows_log_event.


mysql-test/extra/rpl_tests/rpl_auto_increment.test:
  Added test to verify if the assertion of "next_insert_id == 0"
  will fail in ha_external_lock() function.
mysql-test/suite/rpl/r/rpl_auto_increment.result:
  Test result for bug#56662.
sql/log_event.cc:
  Added code to not allow generation of auto_increment value when
  processing rows event by adding 'MODE_NO_AUTO_VALUE_ON_ZERO' to
  sql_mode.
sql/rpl_record.cc:
  Added code to get rid of the 'MODE_STRICT_TRANS_TABLES'  and
  MODE_STRICT_ALL_TABLES check to the table when appling the
  rows event and treat it as no strict.
2010-12-21 18:23:20 +08:00
..
examples Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
share merge mysql-5.5-bugteam(local) --> mysql-5.5-bugteam 2010-12-03 01:06:56 +00:00
add_errmsg
authors.h Merging with mysql-5.5-stage. 2010-08-16 14:50:27 +02:00
client_settings.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
CMakeLists.txt WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
contributors.h
custom_conf.h
datadict.cc Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime. 2010-08-18 13:29:04 +02:00
datadict.h Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
debug_sync.cc Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-11-16 07:45:07 -02:00
debug_sync.h
derror.cc Bug#53251 mysql_library_init fails on second execution with embedded library 2010-09-02 23:37:04 +05:00
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
event_data_objects.cc Merge from mysql-5.5-runtime to mysql-5.5-bugteam 2010-11-18 16:01:58 +01:00
event_data_objects.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
event_db_repository.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
event_db_repository.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
event_parse_data.cc
event_parse_data.h
event_queue.cc Suppress false-positive uninitialized variable use 2010-11-19 10:41:09 +03:00
event_queue.h
event_scheduler.cc Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
event_scheduler.h
events.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
events.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
field.cc Bug #58137 char(0) column cause: my_gcvt: Assertion `width > 0 && to != ((void *)0)' failed 2010-11-17 16:39:35 +01:00
field.h Bug#58190 BETWEEN no longer uses indexes for date or datetime fields 2010-11-19 20:15:47 +03:00
field_conv.cc merge of 5.1-bugteam 2010-11-22 10:13:46 +01:00
filesort.cc WL#5498: Remove dead and unused source code 2010-07-23 17:17:55 -03:00
filesort.h
frm_crypt.cc
frm_crypt.h
gen_lex_hash.cc Cleanup after bild team push. 2010-07-25 19:30:18 +02:00
gstream.cc
gstream.h Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
ha_ndbcluster.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
ha_ndbcluster.h
ha_ndbcluster_binlog.cc merge of mysql-5.5 into mysql-5.5-wl1054 2010-09-20 17:17:32 +03:00
ha_ndbcluster_binlog.h A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". 2010-08-09 22:33:47 +04:00
ha_ndbcluster_cond.cc Bug#49746: Const expression caching led to NDB not using engine condition 2010-08-14 13:11:33 +04:00
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc merge of bug#58147, including rename of the new argument, 2010-12-03 10:33:29 +01:00
ha_partition.h merge of bug#58147, including rename of the new argument, 2010-12-03 10:33:29 +01:00
handler.cc BUG#46166 2010-12-16 19:12:31 +00:00
handler.h Bug#57778: failed primary key add to partitioned innodb table inconsistent and crashes 2010-11-05 12:01:10 +01:00
hash_filo.cc
hash_filo.h
hostname.cc WL#5498: Remove dead and unused source code 2010-07-23 17:17:55 -03:00
hostname.h
init.cc
init.h
item.cc Manual merge from mysql-5.5. 2010-12-16 21:43:21 +03:00
item.h Manual merge from mysql-5.5-bugteam. 2010-11-22 14:47:28 +03:00
item_buff.cc merge 2010-07-30 16:56:57 +03:00
item_cmpfunc.cc Manual merge from mysql-5.5. 2010-12-16 21:43:21 +03:00
item_cmpfunc.h WL#5498: Remove dead and unused source code 2010-07-23 17:16:29 -03:00
item_create.cc Bug#57737 Character sets: search fails with like, contraction, index 2010-11-26 13:44:39 +03:00
item_create.h
item_func.cc 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
item_func.h merge 2010-11-26 16:32:51 +02:00
item_geofunc.cc WL#5498: Remove dead and unused source code 2010-07-23 17:13:36 -03:00
item_geofunc.h Automerge. 2010-09-09 16:43:45 +04:00
item_row.cc 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
item_row.h
item_strfunc.cc Manual merge from mysql-5.5. 2010-12-16 21:43:21 +03:00
item_strfunc.h Bug#57737 Character sets: search fails with like, contraction, index 2010-11-26 13:44:39 +03:00
item_subselect.cc 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
item_subselect.h 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
item_sum.cc 5.1-bugteam->5.5-bugteam merge 2010-12-13 13:48:16 +03:00
item_sum.h Bug #57954: BIT_AND function returns incorrect results 2010-12-08 14:28:06 +02:00
item_timefunc.cc Auto-merge from mysql-5.5.7-rc-release. 2010-11-25 13:46:18 +03:00
item_timefunc.h manual merge 5.1-bugteam --> 5.5-bugteam (bug 52160) 2010-11-01 02:23:37 +03:00
item_xmlfunc.cc Merging from mysql-5.1-security 2010-11-11 13:31:17 +03:00
item_xmlfunc.h
key.cc Bug#57687 crash when reporting duplicate group_key error and utf8 2010-11-11 11:08:53 +03:00
key.h
keycaches.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
keycaches.h
lex.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
lex_symbol.h
lock.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
lock.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
log.cc BUG#46166 2010-12-17 01:29:53 +00:00
log.h BUG#46166 2010-12-07 16:11:13 +00:00
log_event.cc Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.cc 2010-12-21 18:23:20 +08:00
log_event.h Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.cc 2010-12-21 18:23:20 +08:00
log_event_old.cc Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
log_event_old.h
main.cc
mdl.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
mdl.h This patch fixes the bug which caused the funcs_1.storedproc 2010-11-22 11:50:20 +01:00
message.h
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
my_decimal.cc Bug#57818 string conversion function died 2010-12-14 19:08:25 +03:00
my_decimal.h Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-19 20:51:34 -02:00
mysqld.cc BUG#46166 2010-12-16 19:12:31 +00:00
mysqld.h Bug#58136: Crash in vio_close at concurrent disconnect and KILL 2010-12-15 20:59:21 -02:00
mysqld_suffix.h
net_serv.cc Auto-merge from mysql-5.1-bugteam for bug#42503. 2010-09-16 17:38:13 +07:00
nt_servc.cc WL#5498: Remove dead and unused source code 2010-07-23 17:09:27 -03:00
nt_servc.h
opt_range.cc Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
opt_range.h BUG#58985: Assertion tab->quick->index != 64 failed in make_join_select() 2010-12-17 13:52:39 +01:00
opt_sum.cc Bug #57954: BIT_AND function returns incorrect results 2010-12-08 14:28:06 +02:00
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc removed a comment according to the review 2010-10-01 15:30:16 +02:00
partition_info.h Bug#50036: Inconsistent errors when using TIMESTAMP columns/expressions 2010-08-30 17:33:55 +02:00
password.c WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
procedure.cc
procedure.h
protocol.cc Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW over 2010-11-12 15:56:21 +03:00
protocol.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
records.cc 5.1-bugteam->5.5-bugteam merge 2010-11-23 13:47:35 +03:00
records.h
repl_failsafe.cc Fix for crash in mysqld --verbose --help while initializing option 2010-10-11 15:50:14 +01:00
repl_failsafe.h Fix for crash in mysqld --verbose --help while initializing option 2010-10-11 15:50:14 +01:00
replication.h
rpl_constants.h
rpl_filter.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
rpl_filter.h
rpl_handler.cc BUG#47027 delegates_init() failure is not user friendly (usability issue) 2010-11-04 13:29:16 +08:00
rpl_handler.h
rpl_injector.cc BUG#46166 2010-12-07 16:11:13 +00:00
rpl_injector.h
rpl_mi.cc Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
rpl_mi.h
rpl_record.cc Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.cc 2010-12-21 18:23:20 +08:00
rpl_record.h Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.cc 2010-12-21 18:23:20 +08:00
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
rpl_rli.h Automerge from mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-13 11:08:39 +01:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
rpl_utility.h
scheduler.cc
scheduler.h WL#5363: Thread Pool Service Interface 2010-10-08 14:44:57 +02:00
set_var.cc Assorted post-merge fixes, clean-up, integration, compat with 5.6. 2010-11-25 03:11:05 +00:00
set_var.h Bug#43233: Some server variables are clipped during "update," not "check" stage 2010-11-11 11:35:48 +00:00
sha2.cc
slave.cc BUG#46166 2010-12-07 16:55:25 +00:00
slave.h BUG#46166 2010-12-07 16:11:13 +00:00
sp.cc Bug #58414 mysql_upgrade fails on dump upgrade between 5.1.53 -> 5.5.8 2010-11-30 18:52:38 +01:00
sp.h Bug #57663 Concurrent statement using stored function and DROP DATABASE 2010-11-17 15:37:23 +01:00
sp_cache.cc
sp_cache.h
sp_head.cc Manual merge from mysql-5.5. 2010-12-16 21:43:21 +03:00
sp_head.h Patch for Bug#55850 (Trigger warnings not cleared). 2010-10-26 15:48:08 +04:00
sp_pcontext.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sp_pcontext.h Auto-merge from mysql-trunk-bugfixing. 2010-07-30 19:28:36 +04:00
sp_rcontext.cc Auto-merge from mysql-trunk-bugfixing. 2010-07-30 19:28:36 +04:00
sp_rcontext.h Fix for Bug#56934 (mysql_stmt_fetch() incorrectly fills MYSQL_TIME 2010-11-13 18:05:02 +03:00
spatial.cc merge 2010-09-06 17:04:32 +02:00
spatial.h Bug#42733: Type-punning warnings when compiling MySQL -- 2010-07-14 16:39:40 -03:00
sql_acl.cc Bug #58119: Typo in warning on log: [Warning] 'proxes_priv' entry 2010-11-19 13:37:25 +02:00
sql_acl.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
sql_admin.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
sql_admin.h Rename of sql_alter_table -> sql_alter and sql_table_maintenance -> sql_admin 2010-08-16 16:25:23 +02:00
sql_alter.cc Remove check_merge_table_access(). 2010-08-31 13:59:51 +04:00
sql_alter.h Rename of sql_alter_table -> sql_alter and sql_table_maintenance -> sql_admin 2010-08-16 16:25:23 +02:00
sql_analyse.cc Merge of mysql-5.1-bugteam into mysql-trunk-merge. 2010-07-09 09:28:51 -03:00
sql_analyse.h
sql_array.h
sql_audit.cc WL#5571 - Audit interface: MYSQL_AUDIT_GENERAL_STATUS event 2010-12-14 17:34:23 +03:00
sql_audit.h WL#5571 - Audit interface: MYSQL_AUDIT_GENERAL_STATUS event 2010-12-14 17:34:23 +03:00
sql_base.cc Bug #58730 Assertion failed: table->key_read == 0 in close_thread_table, 2010-12-16 10:55:23 +01:00
sql_base.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
sql_binlog.cc Manual merge 2010-11-28 18:06:02 +08:00
sql_binlog.h
sql_bitmap.h WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
sql_builtin.cc.in WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
sql_cache.cc Fix compilation warnings. 2010-10-12 14:07:13 +04:00
sql_cache.h
sql_callback.h
sql_class.cc BUG#58948 - Valgrind warning in do_handle_one_connection() 2010-12-17 11:56:43 +03:00
sql_class.h Bug#58136: Crash in vio_close at concurrent disconnect and KILL 2010-12-15 20:59:21 -02:00
sql_client.cc
sql_connect.cc Bug#58136: Crash in vio_close at concurrent disconnect and KILL 2010-12-15 20:59:21 -02:00
sql_connect.h merge of mysql-5.5 into mysql-5.5-wl1054 2010-09-20 17:17:32 +03:00
sql_const.h
sql_crypt.cc
sql_crypt.h
sql_cursor.cc Bug #58350: 5.5.7-rc compile failed at sp_head.cc 2010-12-08 18:47:21 +02:00
sql_cursor.h Implement WL#5502 Remove dead 5.0 class Sensitive_cursor. 2010-07-27 16:42:36 +04:00
sql_db.cc Manual merge from mysql-5.1-bugteam for bug#54486. 2010-12-10 17:32:58 +06:00
sql_db.h
sql_delete.cc Bug #51099 Assertion in mysql_multi_delete_prepare() 2010-10-04 10:25:04 +02:00
sql_delete.h
sql_derived.cc Bug #58730 Assertion failed: table->key_read == 0 in close_thread_table, 2010-12-16 10:55:23 +01:00
sql_derived.h Bug #58730 Assertion failed: table->key_read == 0 in close_thread_table, 2010-12-16 10:55:23 +01:00
sql_do.cc A pre-requisite patch for the fix for Bug#52044. 2010-07-27 14:25:53 +04:00
sql_do.h
sql_error.cc Fix a compilation failure of non-debug build introduced 2010-11-12 17:20:12 +03:00
sql_error.h Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW over 2010-11-12 15:56:21 +03:00
sql_handler.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
sql_handler.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
sql_help.cc Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-20 17:02:59 -02:00
sql_help.h
sql_hset.h
sql_insert.cc Bug #57666 Unclear warning with broken text in error log on INSERT DELAYED 2010-11-29 11:04:16 +08:00
sql_insert.h
sql_lex.cc 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
sql_lex.h 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
sql_list.cc
sql_list.h Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
sql_load.cc BUG#46166 2010-12-07 16:11:13 +00:00
sql_load.h
sql_locale.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_locale.h
sql_manager.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_manager.h
sql_parse.cc BUG#46166 2010-12-16 19:12:31 +00:00
sql_parse.h Remove check_merge_table_access(). 2010-08-31 13:59:51 +04:00
sql_partition.cc Auto-merge from mysql-5.1-bugteam. 2010-11-18 13:40:57 +03:00
sql_partition.h Bug#56172: Server crashes in ha_partition::reset on 2010-10-01 13:22:11 +02:00
sql_partition_admin.cc merge of bug#58147, including rename of the new argument, 2010-12-03 10:33:29 +01:00
sql_partition_admin.h Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.c 2010-10-06 11:34:28 -03:00
sql_plist.h
sql_plugin.cc merge from 5.1-bugteam 2010-12-02 08:16:26 +01:00
sql_plugin.h Merging patch for BUG#58246 into mysql-5.5-bugteam. 2010-12-01 23:15:14 +01:00
sql_plugin_services.h
sql_prepare.cc 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
sql_prepare.h
sql_priv.h 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
sql_profile.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_profile.h Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_reload.cc BUG#46166 2010-12-07 16:11:13 +00:00
sql_reload.h BUG#46166 2010-12-07 16:11:13 +00:00
sql_rename.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
sql_rename.h
sql_repl.cc BUG#46166 2010-12-07 16:55:25 +00:00
sql_repl.h
sql_select.cc Bug #59021 Valgrind warning in key_unpack() 2010-12-20 10:00:14 +01:00
sql_select.h Automerge. 2010-08-26 14:17:27 +04:00
sql_servers.cc Remove dead code. 2010-08-12 20:44:41 +04:00
sql_servers.h
sql_show.cc Manual merge from mysql-5.5. 2010-12-16 21:43:21 +03:00
sql_show.h Fix Bug#56443 remove last 'mysqld_show_column_type' remains 2010-10-13 12:48:08 +04:00
sql_signal.cc Auto-merge from mysql-trunk-bugfixing. 2010-07-30 19:28:36 +04:00
sql_signal.h
sql_sort.h
sql_state.c
sql_string.cc Bug#55077: Assertion failed: width > 0 && to != ((void *)0), 2010-08-25 19:57:53 +04:00
sql_string.h Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-19 20:51:34 -02:00
sql_table.cc Fix for bug #57985 "ONLINE/FAST ALTER PARTITION can fail and 2010-11-19 10:26:09 +03:00
sql_table.h Bug #57663 Concurrent statement using stored function and DROP DATABASE 2010-11-16 11:00:12 +01:00
sql_tablespace.cc
sql_tablespace.h
sql_test.cc Cleanup: remove unused declarations from sql_base.h. 2010-08-04 20:29:13 +04:00
sql_test.h
sql_time.cc
sql_time.h
sql_trigger.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
sql_trigger.h Bug #56595 RENAME TABLE causes assert on OS X 2010-09-16 11:11:13 +02:00
sql_truncate.cc Bug #57659 Segfault in Query_cache::invalidate_data for TRUNCATE TABLE 2010-10-29 16:10:53 +02:00
sql_truncate.h Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.c 2010-10-06 11:34:28 -03:00
sql_udf.cc Merging patch for BUG#58246 into mysql-5.5-bugteam. 2010-12-01 23:15:14 +01:00
sql_udf.h
sql_union.cc Bug#57704 Cleanup code dies with void TABLE::set_keyread(bool): Assertion `file' failed. 2010-11-10 15:48:29 +01:00
sql_union.h
sql_update.cc Bug #58730 Assertion failed: table->key_read == 0 in close_thread_table, 2010-12-16 10:55:23 +01:00
sql_update.h Bug#56423: Different count with SELECT and CREATE SELECT queries 2010-10-07 12:01:51 +02:00
sql_view.cc 5.1-bugteam->5.5-bugteam merge 2010-12-14 13:46:00 +03:00
sql_view.h
sql_yacc.yy Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
strfunc.cc
strfunc.h
structs.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
sys_vars.cc Fix for bug #58669: read_only not enforced on 5.5.x 2010-12-07 20:08:54 +03:00
sys_vars.h Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-10-07 21:53:00 -03:00
sys_vars_shared.h
table.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
table.h Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
thr_malloc.cc
thr_malloc.h
transaction.cc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
transaction.h
tzfile.h
tztime.cc automerge 5.1-security --> 5.5-security (bug 55424) 2010-08-15 11:56:14 +04:00
tztime.h
udf_example.c Auto-merge from mysql-trunk-merge. 2010-07-29 16:32:11 +04:00
udf_example.def
uniques.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
unireg.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
unireg.h