mariadb/sql
unknown 203264ddc9 Fix unsigned/signed conversion bug in event type during mysql_binlog_send().
Since event types can be >=128 and are read from a (possibly signed) char
pointer, we need to cast to unsigned char before extending to int, or we will
get an incorrect negative number. This was done in the main code path already,
but there is a rare case where we check for new events first without a lock
and then again with the lock. If the second check succeeds because a new event
turns up at just the right time, then we took a code path that was missing the
correct unsigned char cast, leading to incorrect handling of events for old
slave servers and possibly other grief.

(This was found from a sporadic failure in Buildbot of test case
rpl_mariadb_slave_capability).
2013-04-25 13:16:35 +02:00
..
examples
share MDEV-4156 Test cases query_cache and query_cache_size_basic fail on 32 bit ppc and s390 2013-02-08 22:24:06 +01:00
add_errmsg
authors.h 5.3 merge 2012-01-13 15:50:02 +01:00
client_settings.h
CMakeLists.txt MDEV-4267 : do not copy sql_yacc.cc and sql_yacc.h from unpacked source tarball into build directory, if usable bison is installed on the build machine. 2013-03-12 20:11:05 +01:00
contributors.h
create_options.cc 5.3 merge 2012-10-18 23:33:06 +02:00
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
debug_sync.h debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
derror.cc Better error message when using --language or --log-bin 2012-09-07 17:05:17 +03:00
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
event_data_objects.cc 5.3 merge 2012-01-13 15:50:02 +01:00
event_data_objects.h
event_db_repository.cc MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
event_db_repository.h 5.3 merge 2012-01-13 15:50:02 +01:00
event_parse_data.cc 5.3 merge 2012-01-13 15:50:02 +01:00
event_parse_data.h 5.3 merge 2012-01-13 15:50:02 +01:00
event_queue.cc
event_queue.h
event_scheduler.cc Added new status variables: 2012-09-09 01:22:06 +03:00
event_scheduler.h
events.cc 5.3 merge 2012-01-13 15:50:02 +01:00
events.h
field.cc 5.2 -> 5.3 2013-02-28 21:48:47 +01:00
field.h 5.3->5.5 merge 2013-03-10 12:46:56 +01:00
field_conv.cc mysql-5.5 merge 2012-06-14 20:05:31 +02:00
filesort.cc 5.3 merge 2013-03-27 10:03:28 +01:00
filesort.h
frm_crypt.cc
frm_crypt.h
gcalc_slicescan.cc bug #977021 ST_BUFFER fails with the negative D. 2012-04-29 18:08:11 +05:00
gcalc_slicescan.h bug #901655 ST_BUFFER asserts with a coplicated shape. 2011-12-08 16:29:45 +04:00
gcalc_tools.cc 5.3 merge 2012-01-13 15:50:02 +01:00
gcalc_tools.h 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
gen_lex_hash.cc Merge MySQL 5.1.66 -> MariaDB 5.1.65 2012-11-06 11:52:55 +02:00
gstream.cc Merge with 5.2. 2011-12-11 11:34:44 +02:00
gstream.h 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
ha_ndbcluster.cc 5.3 merge 2012-01-13 15:50:02 +01:00
ha_ndbcluster.h mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
ha_ndbcluster_binlog.cc 5.3 merge 2013-01-15 19:07:46 +01:00
ha_ndbcluster_binlog.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc 5.2 -> 5.3 2013-02-28 21:48:47 +01:00
ha_partition.h mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
handler.cc MDEV-260 auditing table accesses 2013-04-19 12:50:16 +02:00
handler.h MDEV-260 auditing table accesses 2013-04-19 12:50:16 +02:00
hash_filo.cc
hash_filo.h
hostname.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
hostname.h
init.cc
init.h
innodb_priv.h extend check_global_access() to avoid my_error when it's not needed 2013-03-19 15:25:58 +01:00
item.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
item.h MDEV-4265 5.5 is slower than 5.3 because of many str_to_datetime calls 2013-03-13 22:33:52 +01:00
item_buff.cc 5.3 merge 2012-01-13 15:50:02 +01:00
item_cmpfunc.cc MDEV-4265 5.5 is slower than 5.3 because of many str_to_datetime calls 2013-03-13 22:33:52 +01:00
item_cmpfunc.h 5.3->5.5 merge 2013-03-10 12:46:56 +01:00
item_create.cc 5.3 merge 2013-03-27 10:03:28 +01:00
item_create.h 5.3 merge 2012-01-13 15:50:02 +01:00
item_func.cc 5.3 merge 2013-04-12 01:01:18 +02:00
item_func.h 5.3 merge 2013-03-27 10:03:28 +01:00
item_geofunc.cc 5.3 merge 2013-03-27 10:03:28 +01:00
item_geofunc.h 5.3 merge 2013-01-15 19:07:46 +01:00
item_row.cc 5.3 merge 2013-01-28 13:36:05 +01:00
item_row.h 5.3 merge 2012-01-13 15:50:02 +01:00
item_strfunc.cc MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
item_strfunc.h MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
item_subselect.cc Fix for MDEV-4144 2013-03-29 17:53:21 +02:00
item_subselect.h MDEV-4284 Assertion `cmp_items[(uint)cmp_type]' fails in sql/item_cmpfunc.cc 2013-03-17 11:41:25 +01:00
item_sum.cc Merge 2013-03-27 22:22:52 -07:00
item_sum.h Fixed bug mdev-4311 (bug #68749). 2013-03-27 19:17:32 -07:00
item_timefunc.cc 5.3 merge 2013-03-27 10:03:28 +01:00
item_timefunc.h MDEV-4265 5.5 is slower than 5.3 because of many str_to_datetime calls 2013-03-13 22:33:52 +01:00
item_xmlfunc.cc 5.2 -> 5.3 2013-02-28 21:48:47 +01:00
item_xmlfunc.h 5.3 merge 2013-01-15 19:07:46 +01:00
key.cc Merge with 5.2. 2011-12-11 11:34:44 +02:00
key.h
keycaches.cc
keycaches.h
lex.h Added function last_value() which returns the last value but evalutes all arguments as a side effect. 2012-09-05 18:23:51 +03:00
lex_symbol.h
lock.cc MDEV-254: Server hang with FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT 2012-05-08 14:27:44 +02:00
lock.h
log.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
log.h 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
log_event.cc MDEV-4243 Warnings/errors while compiling with clang 2013-03-28 20:04:14 +01:00
log_event.h 5.2 -> 5.3 2013-02-28 21:48:47 +01:00
log_event_old.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
log_event_old.h merge from 5.2 2012-08-24 14:02:32 +02:00
log_slow.h
main.cc
mdl.cc Fixed some race conditons and bugs related to killed queries 2013-01-11 00:22:14 +02:00
mdl.h merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
mem_root_array.h Backport 5.5=>5.1 Patch for Bug#13805127: 2012-04-18 13:14:05 +02:00
message.h 5.3 merge 2012-01-13 15:50:02 +01:00
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
multi_range_read.cc 5.3 merge 2013-04-12 01:01:18 +02:00
multi_range_read.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
my_decimal.cc 5.3 merge 2012-01-13 15:50:02 +01:00
my_decimal.h merge 2012-04-05 23:07:18 +02:00
mysql_install_db.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
mysql_upgrade_service.cc
mysqld.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
mysqld.h Buildbot fixes and cleanups: 2013-01-11 02:03:43 +02:00
mysqld_suffix.h
net_serv.cc Update copyright notices 2012-02-28 18:53:05 +01:00
nt_servc.cc Bug#11754011: 45546: START WINDOWS SERVICE, THEN EXECUTE WHAT IS NEEDED. 2011-12-13 17:44:19 +02:00
nt_servc.h Bug#11754011: 45546: START WINDOWS SERVICE, THEN EXECUTE WHAT IS NEEDED. 2011-12-13 17:44:19 +02:00
opt_index_cond_pushdown.cc 5.3 merge 2012-02-21 20:51:56 +01:00
opt_range.cc 5.3 merge 2013-04-12 01:01:18 +02:00
opt_range.h Merge 5.3 -> 5.5 2013-04-03 18:51:29 +04:00
opt_range_mrr.cc MDEV-3934 Assertion `((keypart_map+1) & keypart_map) == 0' failed in _mi_pack_key with an index on a POINT column 2013-01-20 14:06:33 +01:00
opt_subselect.cc Merge 5.3 -> 5.5 2013-04-03 18:51:29 +04:00
opt_subselect.h 5.3 merge 2012-05-04 07:16:38 +02:00
opt_sum.cc MDEV-4243 Warnings/errors while compiling with clang 2013-03-28 20:04:14 +01:00
opt_table_elimination.cc fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
parse_file.cc 5.3 merge 2012-05-04 07:16:38 +02:00
parse_file.h 5.3 merge 2012-05-04 07:16:38 +02:00
partition_element.h
partition_info.cc 5.3 merge 2012-01-13 15:50:02 +01:00
partition_info.h
password.c mysql-5.5 merge 2012-06-14 20:05:31 +02:00
plistsort.c
procedure.cc
procedure.h
protocol.cc Bug#14466617 - INVALID WRITES AND/OR CRASH WITH USER 2012-11-07 19:08:33 +05:30
protocol.h Merge with 5.2. 2011-12-11 11:34:44 +02:00
records.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
records.h
repl_failsafe.cc Merge from 5.3 2012-08-24 15:29:01 +02:00
repl_failsafe.h
replication.h
rpl_constants.h
rpl_filter.cc Make Replication filter settings dynamic. 2012-03-19 15:00:23 -07:00
rpl_filter.h Make Replication filter settings dynamic. 2012-03-19 15:00:23 -07:00
rpl_handler.cc
rpl_handler.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
rpl_injector.cc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
rpl_injector.h
rpl_mi.cc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
rpl_mi.h MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
rpl_record.cc Split ER_NO_SUCH_TABLE into ER_NO_SUCH_TABLE and ER_NO_SUCH_TABLE_IN_ENGINE to be able to distingus if a .frm file is missing or if the table is missing in the engine. 2012-08-28 19:39:49 +03:00
rpl_record.h Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
rpl_record_old.cc Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
rpl_record_old.h Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
rpl_rli.h 5.2 merge. 2012-08-22 16:45:25 +02:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
rpl_utility.h merge with MySQL 5.1.65 2012-08-22 11:40:39 +02:00
scheduler.cc MDEV-3945 - do not hold LOCK_thread_count when freeing THD. 2012-12-21 00:12:37 +01:00
scheduler.h MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
set_var.cc bug#11761752: DO NOT ALLOW USE OF ALTERNATE DATA STREAMS ON NTFS FILESYSTEM. 2012-12-13 20:33:44 +05:30
set_var.h mysql-5.5.28 2012-10-16 13:04:42 +02:00
sha2.cc
signal_handler.cc MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 2012-07-31 19:29:07 +02:00
slave.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
slave.h Merge MWL#234: @@skip_replication feature to MariaDB 5.5. 2012-03-01 12:41:49 +01:00
sp.cc MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
sp.h
sp_cache.cc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sp_cache.h mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sp_head.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
sp_head.h merge 2012-04-05 12:01:52 +02:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
sp_rcontext.h mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
spatial.cc 5.3 merge 2013-03-27 10:03:28 +01:00
spatial.h 5.3 merge 2013-03-27 10:03:28 +01:00
sql_acl.cc MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
sql_acl.h
sql_admin.cc Automatic merge 2013-03-01 18:09:06 +02:00
sql_admin.h
sql_alter.cc
sql_alter.h
sql_analyse.cc 5.3 merge 2012-01-13 15:50:02 +01:00
sql_analyse.h
sql_array.h
sql_audit.cc MDEV-260 auditing table accesses 2013-04-19 12:50:16 +02:00
sql_audit.h MDEV-260 auditing table accesses 2013-04-19 12:50:16 +02:00
sql_base.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_base.h Automatic merge 2013-03-01 18:09:06 +02:00
sql_binlog.cc compilation warning: unused variable 2012-03-05 21:55:25 +01:00
sql_binlog.h
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc MDEV-249 QUERY CACHE INFORMATION 2013-03-20 20:56:14 +01:00
sql_cache.h MDEV-249 QUERY CACHE INFORMATION 2013-03-20 20:56:14 +01:00
sql_callback.h
sql_class.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_class.h 5.3->5.5 merge 2013-02-28 22:47:29 +01:00
sql_client.cc Update copyright notices 2012-02-28 18:53:05 +01:00
sql_connect.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_connect.h Bug#14003080:65104: MAX_USER_CONNECTIONS WITH PROCESSLIST EMPTY 2012-05-28 11:14:43 +05:30
sql_const.h MDEV-4243 : remove several clang warnings. 2013-03-29 14:56:09 +01:00
sql_crypt.cc
sql_crypt.h
sql_cursor.cc Fix for bug lp:1039277 "Crash in sql_cache.cc". 2012-08-21 08:46:32 +03:00
sql_cursor.h
sql_db.cc 5.3 merge 2013-01-15 19:07:46 +01:00
sql_db.h
sql_delete.cc 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
sql_delete.h
sql_derived.cc Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
sql_derived.h
sql_do.cc
sql_do.h
sql_error.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_error.h
sql_expression_cache.cc
sql_expression_cache.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
sql_handler.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
sql_handler.h
sql_help.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
sql_help.h
sql_hset.h
sql_insert.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_insert.h
sql_join_cache.cc 5.3->5.5 merge 2013-03-10 12:46:56 +01:00
sql_join_cache.h 5.3 merge 2012-02-21 20:51:56 +01:00
sql_lex.cc 5.3->5.5 merge 2013-02-28 22:47:29 +01:00
sql_lex.h 5.2 -> 5.3 2013-02-28 21:48:47 +01:00
sql_lifo_buffer.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
sql_list.cc
sql_list.h 5.3->5.5 merge 2013-02-28 22:47:29 +01:00
sql_load.cc small cleanups 2013-01-15 19:16:18 +01:00
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc 5.3.4 merge 2012-02-15 18:08:08 +01:00
sql_manager.h
sql_parse.cc extend check_global_access() to avoid my_error when it's not needed 2013-03-19 15:25:58 +01:00
sql_parse.h extend check_global_access() to avoid my_error when it's not needed 2013-03-19 15:25:58 +01:00
sql_partition.cc Fixed MDEV-365 "Got assertion when doing alter table on a partition" 2012-08-15 13:33:37 +03:00
sql_partition.h mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sql_partition_admin.cc
sql_partition_admin.h
sql_plist.h
sql_plugin.cc MDEV-4307 Support at least 48 utf8 characters in username in server and PAM 2013-03-26 19:17:26 +01:00
sql_plugin.h merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
sql_plugin_compat.h strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_plugin_services.h MDEV-4065 thd_kill_statement service 2013-01-18 19:04:23 +01:00
sql_prepare.cc 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
sql_prepare.h
sql_priv.h 5.3 merge 2013-01-15 19:07:46 +01:00
sql_profile.cc 5.3 merge 2013-01-15 19:07:46 +01:00
sql_profile.h 5.3 merge 2013-01-15 19:07:46 +01:00
sql_reload.cc 5.3 merge 2012-05-21 20:54:41 +02:00
sql_reload.h
sql_rename.cc 5.3 merge 2012-01-13 15:50:02 +01:00
sql_rename.h
sql_repl.cc Fix unsigned/signed conversion bug in event type during mysql_binlog_send(). 2013-04-25 13:16:35 +02:00
sql_repl.h Fixed MDEV-4013: Password length in replication setup 2013-01-11 00:35:33 +02:00
sql_select.cc 5.3 merge 2013-04-12 01:01:18 +02:00
sql_select.h 5.3->5.5 merge 2013-02-28 22:47:29 +01:00
sql_servers.cc
sql_servers.h
sql_show.cc MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
sql_show.h 5.3 merge 2012-10-18 23:33:06 +02:00
sql_signal.cc mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
sql_signal.h
sql_sort.h
sql_state.c Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
sql_string.cc The i386 specific code improving character set conversion on the ASCII range 2013-03-11 13:50:17 +04:00
sql_string.h Merge MariaDB 5.1.66 -> 5.2 -> 5.3 2012-11-09 10:11:20 +02:00
sql_table.cc MDEV-260 auditing table accesses 2013-04-19 12:50:16 +02:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc Fixed some simple warnings on Windows. 2012-04-13 19:44:22 +02:00
sql_test.h
sql_time.cc MDEV-4265 5.5 is slower than 5.3 because of many str_to_datetime calls 2013-03-13 22:33:52 +01:00
sql_time.h 5.3 merge 2012-08-31 14:15:52 +02:00
sql_trigger.cc extend check_global_access() to avoid my_error when it's not needed 2013-03-19 15:25:58 +01:00
sql_trigger.h 5.3 merge 2012-01-13 15:50:02 +01:00
sql_truncate.cc Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt the table. 2013-03-01 18:01:44 +02:00
sql_truncate.h
sql_udf.cc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sql_udf.h
sql_union.cc Fixed some race conditons and bugs related to killed queries 2013-01-11 00:22:14 +02:00
sql_union.h
sql_update.cc 5.3->5.5 merge 2013-02-28 22:47:29 +01:00
sql_update.h
sql_view.cc 5.3 merge 2012-05-04 07:16:38 +02:00
sql_view.h
sql_yacc.yy MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
strfunc.cc Bug#15972635: Incorrect results returned in 32 table join with HAVING 2012-12-21 09:53:42 +01:00
strfunc.h
structs.h Merge MWL #247 from mariadb 5.3 -> mariadb 5.5. 2012-03-02 15:03:20 -08:00
sys_vars.cc Increase default value of max_binlog_cache_size and max_binlog_stmt_cache_size to ulonglong_max. 2013-04-12 13:19:00 +03:00
sys_vars.h fix @@external_user variable 2013-03-26 17:57:36 +01:00
sys_vars_shared.h
table.cc complier warnings. hide the redundant condition under #ifdef 2013-04-12 01:05:29 +02:00
table.h Fixed issue with LOCK TABLE + ALTER TABLE ENABLE KEYS + SHOW commands. 2013-03-05 00:53:18 +02:00
thr_malloc.cc 5.3 merge 2012-01-13 15:50:02 +01:00
thr_malloc.h
threadpool.h Added copiright, some more comments 2012-02-17 23:27:15 +01:00
threadpool_common.cc MDEV-3945 - do not hold LOCK_thread_count when freeing THD. 2012-12-21 00:12:37 +01:00
threadpool_unix.cc MDEV-4174 - Use kqueue for threadpool implementation on more BSD variants than just FreeBSD 2013-02-19 23:46:52 +01:00
threadpool_win.cc MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
transaction.cc This patch fixes bug#14729757 - MY_HASH_SEARCH(&XID_CACHE, 2012-12-06 15:59:15 +06:00
transaction.h
tzfile.h
tztime.cc strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
tztime.h Merge with 5.2. 2011-12-11 11:34:44 +02:00
udf_example.c 5.3 merge 2012-01-13 15:50:02 +01:00
udf_example.def
uniques.cc Merge 5.3->5.5 2013-01-23 15:18:05 -08:00
unireg.cc Merge 5.3->5.5. 2012-06-24 09:10:11 -07:00
unireg.h fix compile error, when building with oqgraph 2012-06-25 18:17:24 +02:00
winservice.c Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
winservice.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00