mariadb/sql
Vicențiu Ciorbaru 45b6edb158 MDEV-6838: Using too big key for internal temp tables
This bug manifests due to wrong computation and evaluation of
keyinfo->key_length. The issues were:
* Using table->file->max_key_length() as an absolute value that must not be
  reached for a key, while it represents the maximum number of bytes
  possible for a table key.
* Incorrectly computing the keyinfo->key_length size during
  KEY_PART_INFO creation. The metadata information regarding the key
  such the field length (for strings) was added twice.
2015-02-28 23:58:05 +02:00
..
examples
share 2 typo fixed 2014-05-27 09:45:01 +03:00
add_errmsg
authors.h
client_settings.h
CMakeLists.txt Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42 2015-02-11 23:50:40 +01:00
contributors.h
create_options.cc
create_options.h
custom_conf.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
datadict.cc fix an old bug where dd_frm_type() could incorrectly determine the table type 2013-08-28 22:16:13 +02:00
datadict.h
debug_sync.cc mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
debug_sync.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc 5.2 merge 2014-03-16 21:03:01 +01:00
discover.h
event_data_objects.cc MDEV-4824 userstats - wrong user statistics 2013-11-11 16:17:32 +01:00
event_data_objects.h 5.1 merge 2014-03-16 13:59:44 +01:00
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.1 merge 2014-03-16 13:59:44 +01:00
event_parse_data.cc
event_parse_data.h
event_queue.cc 5.2 merge 2014-03-16 21:03:01 +01:00
event_queue.h 5.2 merge 2014-03-16 21:03:01 +01:00
event_scheduler.cc MDEV-6774 - Deadlock between SELECT, DROP TABLE, SHOW STATUS and 2014-09-25 10:43:11 +04:00
event_scheduler.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
events.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
events.h 5.1 merge 2014-03-16 13:59:44 +01:00
field.cc Merge 5.3->5.5 2014-06-04 21:53:15 +04:00
field.h 5.3 merge 2014-08-01 16:51:12 +02:00
field_conv.cc 5.2 merge 2014-03-16 21:03:01 +01:00
filesort.cc MDEV-6434: Wrong result (extra rows) with ORDER BY, multiple-column index, InnoDB 2014-07-22 15:52:49 +04:00
filesort.h
frm_crypt.cc
frm_crypt.h
gcalc_slicescan.cc
gcalc_slicescan.h
gcalc_tools.cc
gcalc_tools.h
gen_lex_hash.cc
gstream.cc 5.2 merge 2014-03-16 21:03:01 +01:00
gstream.h 5.2 merge 2014-03-16 21:03:01 +01:00
ha_ndbcluster.cc
ha_ndbcluster.h 5.2 merge 2014-03-16 21:03:01 +01:00
ha_ndbcluster_binlog.cc 5.2 merge 2014-03-16 21:03:01 +01:00
ha_ndbcluster_binlog.h
ha_ndbcluster_cond.cc Updated/added copyright headers 2014-01-06 10:52:35 +05:30
ha_ndbcluster_cond.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
ha_ndbcluster_tables.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
ha_partition.cc MDEV-6605 Multiple Clients Inserting Causing Error: Failed to read auto-increment value from storage engine 2014-09-08 18:38:13 +02:00
ha_partition.h 5.2 merge 2014-03-16 21:03:01 +01:00
handler.cc cleanup 2015-01-13 19:28:03 +01:00
handler.h cleanup 2015-01-13 19:28:03 +01:00
hash_filo.cc mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
hash_filo.h 5.1 merge 2014-03-16 13:59:44 +01:00
hostname.cc mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
hostname.h
init.cc
init.h
innodb_priv.h mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
item.cc cleanup 2014-12-17 14:38:14 +01:00
item.h MDEV-6855 Assertion `cond_type == Item::FUNC_ITEM' failed in check_group_min_max_predicates with GROUP BY, aggregate in WHERE SQ, multi-part key 2014-12-15 17:13:47 +02:00
item_buff.cc
item_cmpfunc.cc MDEV-5459 Illegal mix of collations for datetime 2014-04-28 17:01:58 +04:00
item_cmpfunc.h 5.2 merge 2014-03-16 21:03:01 +01:00
item_create.cc
item_create.h
item_func.cc Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42 2015-02-11 23:50:40 +01:00
item_func.h mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
item_geofunc.cc MDEV-7516 Assertion `!cur_p->event' failed in Gcalc_scan_iterator::arrange_event(int, int). 2015-02-10 16:16:31 +04:00
item_geofunc.h 5.2 merge 2014-03-16 21:03:01 +01:00
item_row.cc 5.2 merge 2014-03-16 21:03:01 +01:00
item_row.h
item_strfunc.cc MDEV-4513 Valgrind warnings (Conditional jump or move depends on uninitialised value) in inflate on UNCOMPRESS 2014-11-18 15:42:48 +01:00
item_strfunc.h MDEV-5745 analyze MySQL fix for bug#12368495 2014-07-28 12:47:14 +04:00
item_subselect.cc MDEV-6289 : Unexpected results when querying information_schema 2014-07-23 19:53:29 +04:00
item_subselect.h 5.3 merge 2014-02-14 14:09:29 +01:00
item_sum.cc MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1) 2014-10-03 23:04:25 +02:00
item_sum.h 5.2 merge 2014-03-16 21:03:01 +01:00
item_timefunc.cc DEV-7221 from_days fails after null value 2014-12-16 15:33:13 +04:00
item_timefunc.h MDEV-7113 difference between check_vcol_func_processor and check_partition_func_processor 2014-11-18 15:42:40 +01:00
item_xmlfunc.cc 5.1 merge 2014-03-16 13:59:44 +01:00
item_xmlfunc.h 5.1 merge 2014-03-16 13:59:44 +01:00
key.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
key.h MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
keycaches.cc
keycaches.h
lex.h
lex_symbol.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
lock.cc Added new states to be able to better diagnose where server hangs. 2014-05-03 19:12:17 +03:00
lock.h
log.cc MDEV-7310: last_commit_pos_offset set to wrong value after binlog rotate in group commit 2015-02-23 13:27:51 +01:00
log.h MDEV-6082 Assertion `0' fails in TC_LOG_DUMMY::log_and_order on DML after installing TokuDB at runtime on server with disabled InnoDB 2014-07-27 21:02:00 +02:00
log_event.cc mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
log_event.h mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
log_event_old.cc Bug#18432495:RBR REPLICATION SLAVE CRASHES WHEN DELETE 2014-06-16 10:06:44 +05:30
log_event_old.h 5.2 merge 2014-03-16 21:03:01 +01:00
log_slow.h
main.cc
mdl.cc
mdl.h
mem_root_array.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
message.h
message.mc
message.rc
mf_iocache.cc mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
MSG00001.bin
multi_range_read.cc MDEV-7068: MRR accessing uninitialised bytes, test case failure main.innodb_mrr 2014-11-13 14:12:41 +03:00
multi_range_read.h Merge 5.3->5.5 2014-10-29 13:22:48 +03:00
my_decimal.cc
my_decimal.h 5.2 merge 2014-03-16 21:03:01 +01:00
mysql_install_db.cc Small mysql_install_db.exe fixes 2013-05-09 22:21:07 +02:00
mysql_upgrade_service.cc
mysqld.cc jemalloc compatibility 2014-10-08 00:45:41 +02:00
mysqld.h mysql-5.5.40 2014-10-06 19:53:55 +02:00
mysqld_suffix.h
net_serv.cc 5.2 merge 2014-03-16 21:03:01 +01:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc
opt_range.cc MDEV-6855 Assertion `cond_type == Item::FUNC_ITEM' failed in check_group_min_max_predicates with GROUP BY, aggregate in WHERE SQ, multi-part key 2014-12-15 17:13:47 +02:00
opt_range.h MDEV-6434: Wrong result (extra rows) with ORDER BY, multiple-column index, InnoDB 2014-07-22 15:52:49 +04:00
opt_range_mrr.cc
opt_subselect.cc 5.3 merge 2014-02-22 22:51:20 +01:00
opt_subselect.h Merge 5.3->5.5 2014-02-10 17:00:51 -08:00
opt_sum.cc MDEV-5257: MIN/MAX Optimization (Select tables optimized away) does not work for DateTime 2013-11-12 17:37:32 +04:00
opt_table_elimination.cc Merge 5.3 -> 5.5 2013-12-02 15:17:21 +04:00
parse_file.cc
parse_file.h
partition_element.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
partition_info.cc MDEV-5421 Assertion `! is_set()' fails on INSERT IGNORE when a table has no partition for a value 2014-01-23 00:03:05 +01:00
partition_info.h MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
password.c 5.1 merge 2014-03-16 13:59:44 +01:00
plistsort.c
procedure.cc
procedure.h 5.2 merge 2014-03-16 21:03:01 +01:00
protocol.cc MDEV-5138 Numerous test failures in "mtr --ps --embedded". 2014-04-15 18:08:33 +05:00
protocol.h MDEV-5138 Numerous test failures in "mtr --ps --embedded". 2014-04-15 18:08:33 +05:00
records.cc 5.2 merge 2014-03-16 21:03:01 +01:00
records.h
repl_failsafe.cc
repl_failsafe.h
replication.h Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-08-03 12:45:14 +02:00
rpl_constants.h
rpl_filter.cc 5.1 merge 2014-03-16 13:59:44 +01:00
rpl_filter.h 5.1 merge 2014-03-16 13:59:44 +01:00
rpl_handler.cc Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-08-03 12:45:14 +02:00
rpl_handler.h Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-08-03 12:45:14 +02:00
rpl_injector.cc
rpl_injector.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
rpl_mi.cc
rpl_mi.h MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
rpl_record.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
rpl_record.h MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
rpl_record_old.cc
rpl_record_old.h 5.2 merge 2014-03-16 21:03:01 +01:00
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc 5.2 merge 2014-03-16 21:03:01 +01:00
rpl_rli.h 5.2 merge 2014-03-16 21:03:01 +01:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc 5.2 merge 2014-03-16 21:03:01 +01:00
rpl_utility.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
scheduler.cc mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
scheduler.h MDEV-5706 MariaDB does not build on hurd-i386 2014-07-25 14:15:33 +02:00
set_var.cc 5.2 merge 2014-03-16 21:03:01 +01:00
set_var.h 5.2 merge 2014-03-16 21:03:01 +01:00
sha2.cc
signal_handler.cc 5.2 merge 2014-03-16 21:03:01 +01:00
slave.cc Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-08-03 12:45:14 +02:00
slave.h remove unused (obsolete) declarations from slave.h 2014-09-19 09:21:51 +02:00
sp.cc MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
sp.h
sp_cache.cc
sp_cache.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
sp_head.cc MDEV-6601 Assertion `!thd->in_active_multi_stmt_transa ction() || thd->in_multi_stmt_transaction_mode()' failed on executing a stored procedure with commit 2014-08-25 16:58:19 +02:00
sp_head.h 5.1 merge 2014-03-16 13:59:44 +01:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h 5.1 merge 2014-03-16 13:59:44 +01:00
spatial.cc 5.3 merge 2014-11-18 17:36:51 +01:00
spatial.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_acl.cc MDEV-6749 - Deadlock between GRANT/REVOKE, SELECT FROM I_S.COLUMNS, 2014-09-18 19:45:06 +04:00
sql_acl.h
sql_admin.cc Added new states to be able to better diagnose where server hangs. 2014-05-03 19:12:17 +03:00
sql_admin.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
sql_alter.cc
sql_alter.h
sql_analyse.cc mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
sql_analyse.h 5.1 merge 2014-03-16 13:59:44 +01:00
sql_array.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_audit.cc Applying the patch to remove WL#7219 which was by mistake included by the dev team. 2014-09-05 08:37:21 +02:00
sql_audit.h MDEV-5436 mysqld crash signal 11 in mysql_audit_general. 2014-02-28 00:23:20 +04:00
sql_base.cc MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE with nested views 2015-02-11 01:26:50 +01:00
sql_base.h mysql-5.5.34 merge 2013-11-19 13:16:25 +01:00
sql_binlog.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
sql_binlog.h
sql_bitmap.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_builtin.cc.in
sql_cache.cc MDEV-6781: bug with query cache when using views 2014-10-07 19:38:45 +02:00
sql_cache.h
sql_callback.h
sql_class.cc mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
sql_class.h MDEV-4856 SQL_ERROR_LOG shows 1146 errors which didnt appear in mysql client. 2014-04-15 20:41:08 +05:00
sql_client.cc
sql_connect.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
sql_connect.h
sql_const.h
sql_crypt.cc
sql_crypt.h
sql_cursor.cc Fixed bug mdev-5028. 2013-10-02 17:59:56 -07:00
sql_cursor.h
sql_db.cc Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42 2015-02-11 23:50:40 +01:00
sql_db.h
sql_delete.cc MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE with nested views 2015-02-11 01:26:50 +01:00
sql_delete.h
sql_derived.cc MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE with nested views 2015-02-11 01:26:50 +01:00
sql_derived.h
sql_do.cc
sql_do.h
sql_error.cc mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
sql_error.h Merge 5.3->5.5 2014-06-04 21:53:15 +04:00
sql_expression_cache.cc mdev-4173: Wrong result (extra row) with semijoin=on, joins in outer query, LEFT JOIN in the subquery 2013-07-16 09:22:17 +04:00
sql_expression_cache.h
sql_handler.cc mysql-5.5.34 merge 2013-11-19 13:16:25 +01:00
sql_handler.h
sql_help.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
sql_help.h
sql_hset.h
sql_insert.cc MDEV-7150 Wrong auto increment values on INSERT .. ON DUPLICATE KEY UPDATE when the inserted columns include NULL in an auto-increment column 2014-12-18 00:13:16 +01:00
sql_insert.h
sql_join_cache.cc 5.3 merge 2014-09-12 16:51:41 +02:00
sql_join_cache.h
sql_lex.cc mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
sql_lex.h MDEV-6179: dynamic columns functions/cast()/convert() doesn't play nice with CREATE/ALTER TABLE 2014-11-08 19:54:42 +01:00
sql_lifo_buffer.h 5.3 merge 2014-02-22 22:51:20 +01:00
sql_list.cc
sql_list.h Debugging aid: Add T* List<T>::elem(int n) which returns N-th element in the list. 2014-03-11 19:07:02 +01:00
sql_load.cc MDEV-3940 Server crash or assertion `item->type() == Item::STRING_ITEM' failure on LOAD DATA through a view with statement binary logging 2014-11-18 15:42:32 +01:00
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
sql_manager.h
sql_parse.cc mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
sql_parse.h mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
sql_partition.cc mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
sql_partition.h mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_partition_admin.cc Updated/added copyright headers 2014-01-06 10:52:35 +05:30
sql_partition_admin.h
sql_plist.h MDEV-5205 - MariaDB does not start if more than 128 cpu's are available 2013-11-05 09:18:59 +04:00
sql_plugin.cc MDEV-7475 Wrong implementation of checking PLUGIN_VAR_SET condition 2015-01-19 16:29:18 +01:00
sql_plugin.h Bug#18903155: BACKPORT BUG-18008907 TO 5.5+ VERSIONS. 2014-06-27 17:04:08 +05:30
sql_plugin_compat.h
sql_plugin_services.h MDEV-4472 Audit-plugin. Server-related part of the task. 2013-09-09 16:56:35 +05:00
sql_prepare.cc 5.2 merge 2014-03-16 21:03:01 +01:00
sql_prepare.h
sql_priv.h mysql-5.5.40 2014-10-06 19:53:55 +02:00
sql_profile.cc
sql_profile.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
sql_reload.cc
sql_reload.h
sql_rename.cc mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
sql_rename.h
sql_repl.cc Bug#19553099 EXPIRE_LOGS_DAYS=1 CRASH MYSQLD DURING RESTART, DBUG_SYNC(NULL, ...) 2014-10-02 15:58:02 +02:00
sql_repl.h
sql_select.cc MDEV-6838: Using too big key for internal temp tables 2015-02-28 23:58:05 +02:00
sql_select.h MDEV-6289 : Unexpected results when querying information_schema 2014-07-23 19:53:29 +04:00
sql_servers.cc
sql_servers.h
sql_show.cc MDEV-6774 - Deadlock between SELECT, DROP TABLE, SHOW STATUS and 2014-09-25 10:43:11 +04:00
sql_show.h Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-05-05 22:22:15 +05:30
sql_signal.cc
sql_signal.h
sql_sort.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_state.c mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
sql_string.cc mysql-5.5.38 merge 2014-06-03 09:55:08 +02:00
sql_string.h MDEV-7019 String::chop() is wrong and may potentially crash (MySQL bug#56492) 2014-11-10 18:08:17 +04:00
sql_table.cc MDEV-7404 REPAIR multiple tables crash in MDL_ticket::has_stronger_or_equal_type 2015-01-14 12:10:13 +01:00
sql_table.h mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
sql_tablespace.cc
sql_tablespace.h
sql_test.cc Debugging aid: Add T* List<T>::elem(int n) which returns N-th element in the list. 2014-03-11 19:07:02 +01:00
sql_test.h
sql_time.cc Merge 5.3->5.5 2014-06-05 09:15:25 +04:00
sql_time.h Merge 5.3->5.5 2014-06-04 21:53:15 +04:00
sql_trigger.cc mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
sql_trigger.h
sql_truncate.cc mysql-5.5.38 merge 2014-06-03 09:55:08 +02:00
sql_truncate.h Bug#17942050:KILL OF TRUNCATE TABLE WILL LEAD TO BINARY LOG 2014-04-15 15:17:25 +05:30
sql_udf.cc MDEV-5616 - Deadlock between CREATE/DROP FUNCTION and SELECT from view 2014-02-13 16:41:08 +04:00
sql_udf.h
sql_union.cc MDEV-6868: MariaDB server crash ( select with union and order by with subquery ) 2014-11-15 22:18:33 +01:00
sql_union.h
sql_update.cc MDEV-6163: Error while executing an update query that has the same table in a sub-query 2014-06-04 10:10:19 +03:00
sql_update.h
sql_view.cc Adding mariadb-version on the view creation to view frm. (MDEV-6916 followup) 2014-12-21 19:23:28 +01:00
sql_view.h
sql_yacc.yy MDEV-6179: dynamic columns functions/cast()/convert() doesn't play nice with CREATE/ALTER TABLE 2014-11-08 19:54:42 +01:00
strfunc.cc Updated/added copyright headers 2014-01-06 10:52:35 +05:30
strfunc.h
structs.h MDEV-6838: Using too big key for internal temp tables 2015-02-28 23:58:05 +02:00
sys_vars.cc MDEV-7410 Temporary table name conflict between sessions 2015-01-10 14:07:46 +01:00
sys_vars.h mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
sys_vars_shared.h
table.cc MDEV-6838: Using too big key for internal temp tables 2015-02-28 23:58:05 +02:00
table.h MDEV-6838: Using too big key for internal temp tables 2015-02-28 23:58:05 +02:00
thr_malloc.cc
thr_malloc.h
threadpool.h MDEV-5205 - MariaDB does not start if more than 128 cpu's are available 2013-11-05 09:18:59 +04:00
threadpool_common.cc MDEV-5205 - MariaDB does not start if more than 128 cpu's are available 2013-11-05 09:18:59 +04:00
threadpool_unix.cc MDEV-5205 - MariaDB does not start if more than 128 cpu's are available 2013-11-06 22:53:39 +04:00
threadpool_win.cc
transaction.cc Fix for bug #17356954 "CANNOT USE SAVEPOINTS AFTER ER_LOCK_DEADLOCK OR 2013-08-26 14:43:12 +04:00
transaction.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
tzfile.h
tztime.cc 5.2 merge 2014-03-16 21:03:01 +01:00
tztime.h
udf_example.c Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42 2015-02-11 23:50:40 +01:00
udf_example.def
uniques.cc
unireg.cc Fixed a compiler failure and removed some warnings in windows 2014-03-11 16:53:24 +02:00
unireg.h mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
winservice.c
winservice.h