..
share
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
add_errmsg
authors.h
bounded_queue.h
client_settings.h
CMakeLists.txt
compat56.cc
compat56.h
contributors.h
create_options.cc
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc
debug_sync.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc
make encrypt-binlog and encrypt-tmp-files to fail if no encryption
2015-09-09 14:22:22 +02:00
event_data_objects.cc
event_data_objects.h
event_db_repository.cc
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc
event_queue.h
event_scheduler.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
event_scheduler.h
events.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
events.h
field.cc
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
2015-09-17 11:05:07 +04:00
field.h
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
2015-09-17 11:05:07 +04:00
field_conv.cc
filesort.cc
filesort.h
filesort_utils.cc
filesort_utils.h
gcalc_slicescan.cc
gcalc_slicescan.h
gcalc_tools.cc
gcalc_tools.h
gen_lex_hash.cc
gen_lex_token.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
gstream.cc
gstream.h
ha_partition.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
ha_partition.h
handler.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
cleanup: use enum_binlog_checksum_alg, not uint8
2015-09-04 10:33:52 +02:00
hostname.h
init.cc
init.h
innodb_priv.h
item.cc
MDEV-8793 Wrong result set for SELECT ...
2015-09-18 13:30:44 +04:00
item.h
MDEV-8793 Wrong result set for SELECT ...
2015-09-18 13:30:44 +04:00
item_buff.cc
item_cmpfunc.cc
MDEV-8793 Wrong result set for SELECT ...
2015-09-18 13:30:44 +04:00
item_cmpfunc.h
MDEV-8793 Wrong result set for SELECT ...
2015-09-18 13:30:44 +04:00
item_create.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
item_create.h
item_func.cc
MDEV-8793 Wrong result set for SELECT ...
2015-09-18 13:30:44 +04:00
item_func.h
MDEV-8747 Wrong result for SELECT..WHERE derived_table_column='a' AND derived_table_column<>_latin1'A' COLLATE latin1_bin
2015-09-06 01:30:46 +04:00
item_geofunc.cc
item_geofunc.h
MDEV-8675 Different results of GIS functions on NULL vs NOT NULL columns
2015-09-11 23:26:02 +04:00
item_inetfunc.cc
item_inetfunc.h
item_row.cc
item_row.h
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
item_strfunc.cc
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
2015-09-17 11:05:07 +04:00
item_strfunc.h
New encryption API. Piece-wise encryption.
2015-09-04 10:33:50 +02:00
item_subselect.cc
MDEV-8786 Wrong result for SELECT FORMAT=JSON * FROM t1 WHERE a=_latin1 0xDF
2015-09-10 14:04:52 +04:00
item_subselect.h
item_sum.cc
A clean-up after the patch for MDEV-8747 and MDEV-8749:
2015-09-06 13:25:47 +04:00
item_sum.h
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
item_timefunc.cc
MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_column=TIMESTAMP'2001-01-01 10:20:31'
2015-09-08 16:02:29 +04:00
item_timefunc.h
item_xmlfunc.cc
item_xmlfunc.h
key.cc
key.h
keycaches.cc
keycaches.h
lex.h
lex_symbol.h
lock.cc
lock.h
log.cc
make encrypt-binlog and encrypt-tmp-files to fail if no encryption
2015-09-09 14:22:22 +02:00
log.h
MDEV-8264 encryption for binlog
2015-09-04 10:33:55 +02:00
log_event.cc
fix dbug tags
2015-09-04 12:28:47 +02:00
log_event.h
MDEV-8264 encryption for binlog
2015-09-04 10:33:55 +02:00
log_event_old.cc
cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()
2015-09-04 10:33:55 +02:00
log_event_old.h
cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()
2015-09-04 10:33:55 +02:00
log_slow.h
main.cc
mdl.cc
mdl.h
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc
mf_iocache_encr.cc
make encrypt-binlog and encrypt-tmp-files to fail if no encryption
2015-09-09 14:22:22 +02:00
MSG00001.bin
multi_range_read.cc
multi_range_read.h
my_apc.cc
my_apc.h
my_decimal.cc
The patch for MDEV-8466 revealed a bug in str2my_decimal,
2015-09-17 19:49:49 +04:00
my_decimal.h
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
2015-09-17 11:05:07 +04:00
my_json_writer.cc
my_json_writer.h
mysql_install_db.cc
mysql_upgrade_service.cc
mysqld.cc
MDEV-8576: Bootstrap should ignore --enforce-storage-engine option
2015-09-16 13:14:19 +03:00
mysqld.h
MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8'a' COLLATE utf8_bin) IS NOT NULL
2015-09-10 15:01:44 +04:00
mysqld_suffix.h
net_serv.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
opt_range.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
opt_range.h
opt_range_mrr.cc
opt_subselect.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
opt_subselect.h
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
opt_sum.cc
opt_table_elimination.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
parse_file.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
parse_file.h
partition_element.h
partition_info.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
partition_info.h
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
password.c
plistsort.c
procedure.cc
procedure.h
protocol.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
protocol.h
records.cc
records.h
repl_failsafe.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
repl_failsafe.h
replication.h
rpl_constants.h
MDEV-8264 encryption for binlog
2015-09-04 10:33:55 +02:00
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc
rpl_gtid.h
rpl_handler.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
rpl_handler.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc
rpl_mi.h
cleanup: use enum_binlog_checksum_alg, not uint8
2015-09-04 10:33:52 +02:00
rpl_parallel.cc
Merge MDEV-8193 into 10.1
2015-09-11 12:01:48 +02:00
rpl_parallel.h
rpl_record.cc
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc
Merge MDEV-8193 into 10.1
2015-09-11 12:01:48 +02:00
rpl_rli.h
Revert f1abd015
, make a smaller fix
2015-09-04 10:33:54 +02:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
cleanup: use enum_binlog_checksum_alg, not uint8
2015-09-04 10:33:52 +02:00
rpl_utility.h
scheduler.cc
scheduler.h
set_var.cc
MDEV-6066: Merge new defaults from 5.6 and 5.7
2015-09-04 10:33:56 +02:00
set_var.h
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
2015-09-17 11:05:07 +04:00
sha2.cc
signal_handler.cc
Fixed errors and bugs found by valgrind:
2015-09-01 18:42:02 +03:00
slave.cc
MDEV-8264 encryption for binlog
2015-09-04 10:33:55 +02:00
slave.h
sp.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sp.h
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sp_cache.cc
sp_cache.h
sp_head.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
sp_head.h
sp_pcontext.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
sql_acl.h
sql_admin.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_admin.h
sql_alter.cc
sql_alter.h
sql_analyse.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_analyse.h
sql_analyze_stmt.cc
sql_analyze_stmt.h
sql_array.h
sql_audit.cc
sql_audit.h
sql_base.cc
MDEV-8763: Galera tests failures with --ps-protocol
2015-09-08 17:43:48 -04:00
sql_base.h
sql_binlog.cc
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
2015-09-04 10:33:56 +02:00
sql_cache.h
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
sql_callback.h
sql_class.cc
MDEV-6756: map a linux pid (child pid) to a connection id shown in the output of SHOW PROCESSLIST
2015-09-17 14:30:58 +02:00
sql_class.h
MDEV-6756: map a linux pid (child pid) to a connection id shown in the output of SHOW PROCESSLIST
2015-09-17 14:30:58 +02:00
sql_client.cc
sql_cmd.h
sql_connect.cc
sql_connect.h
sql_const.h
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
2015-09-04 10:33:56 +02:00
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_cursor.h
sql_db.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
sql_db.h
sql_delete.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
sql_delete.h
sql_derived.cc
sql_derived.h
sql_digest.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_digest.h
sql_digest_stream.h
sql_do.cc
sql_do.h
sql_error.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_error.h
sql_explain.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_explain.h
sql_expression_cache.cc
sql_expression_cache.h
sql_get_diagnostics.cc
sql_get_diagnostics.h
sql_handler.cc
sql_handler.h
sql_help.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_help.h
sql_hset.h
sql_insert.cc
simplify and unify my_safe_alloca usage
2015-09-04 10:32:02 +02:00
sql_insert.h
sql_join_cache.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
sql_join_cache.h
sql_lex.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_lex.h
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h
sql_load.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc
sql_manager.h
sql_parse.cc
MDEV-8786 Wrong result for SELECT FORMAT=JSON * FROM t1 WHERE a=_latin1 0xDF
2015-09-10 14:04:52 +04:00
sql_parse.h
sql_partition.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:29:11 +03:00
sql_partition.h
clang warning
2015-09-03 12:58:53 +02:00
sql_partition_admin.cc
Merge branch '10.0-galera' into 10.1
2015-09-03 16:32:00 +02:00
sql_partition_admin.h
sql_plist.h
sql_plugin.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_plugin.h
sql_plugin_compat.h
sql_plugin_services.ic
sql_prepare.cc
sql_prepare.h
sql_priv.h
sql_profile.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_profile.h
sql_reload.cc
sql_reload.h
sql_rename.cc
sql_rename.h
sql_repl.cc
MDEV-8264 encryption for binlog
2015-09-04 10:33:55 +02:00
sql_repl.h
sql_select.cc
MDEV-8793 Wrong result set for SELECT ...
2015-09-18 13:30:44 +04:00
sql_select.h
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_servers.cc
sql_servers.h
sql_show.cc
MDEV-6756: map a linux pid (child pid) to a connection id shown in the output of SHOW PROCESSLIST
2015-09-17 14:30:58 +02:00
sql_show.h
sql_signal.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc
sql_statistics.h
sql_string.cc
sql_string.h
MDEV-8264 encryption for binlog
2015-09-04 10:33:55 +02:00
sql_table.cc
MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:
2015-09-12 13:16:05 +03:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_test.h
sql_time.cc
MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_column=TIMESTAMP'2001-01-01 10:20:31'
2015-09-08 16:02:29 +04:00
sql_time.h
MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_column=TIMESTAMP'2001-01-01 10:20:31'
2015-09-08 16:02:29 +04:00
sql_trigger.cc
sql_trigger.h
sql_truncate.cc
sql_truncate.h
sql_udf.cc
sql_udf.h
sql_union.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_union.h
sql_update.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
sql_update.h
sql_view.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-08-27 22:21:08 +03:00
sql_view.h
sql_yacc.yy
cleanup: correct usage of semicolons in sql_yacc.yy
2015-09-04 10:33:54 +02:00
strfunc.cc
strfunc.h
structs.h
sys_vars.cc
disable encrypt_tmp_files and encrypt_binlog by default
2015-09-08 15:47:27 +02:00
sys_vars.ic
MDEV-6066: Merge new defaults from 5.6 and 5.7
2015-09-04 10:33:56 +02:00
sys_vars_shared.h
table.cc
Merge branch '10.0' into 10.1
2015-09-03 12:58:41 +02:00
table.h
table_cache.cc
table_cache.h
thr_malloc.cc
thr_malloc.h
threadpool.h
threadpool_common.cc
threadpool_unix.cc
threadpool_win.cc
transaction.cc
transaction.h
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc
MDEV-6152: Remove calls to current_thd while creating Item
2015-09-01 18:42:02 +03:00
unireg.h
winservice.c
winservice.h
wsrep_applier.cc
wsrep_applier.h
wsrep_binlog.cc
cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()
2015-09-04 10:33:55 +02:00
wsrep_binlog.h
wsrep_check_opts.cc
wsrep_dummy.cc
wsrep_hton.cc
wsrep_mysqld.cc
MDEV-8034 : wsrep_node_address can't be IPV6
2015-09-15 18:58:08 -04:00
wsrep_mysqld.h
wsrep_notify.cc
wsrep_priv.h
wsrep_sst.cc
MDEV-8034 : wsrep_node_address can't be IPV6
2015-09-15 18:58:08 -04:00
wsrep_sst.h
wsrep_thd.cc
wsrep_thd.h
wsrep_utils.cc
MDEV-8034 : wsrep_node_address can't be IPV6
2015-09-15 18:58:08 -04:00
wsrep_utils.h
MDEV-8034 : wsrep_node_address can't be IPV6
2015-09-15 18:58:08 -04:00
wsrep_var.cc
wsrep_var.h
wsrep_xid.cc
wsrep_xid.h