mariadb/sql
Oleksandr Byelkin 0ee3e64c55 MDEV-8931: (server part of) session state tracking
Transaction tracker
2016-08-31 17:17:46 +02:00
..
share MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
add_errmsg
authors.h
bounded_queue.h
client_settings.h
CMakeLists.txt MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
compat56.cc
compat56.h
contributors.h
create_options.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc
debug_sync.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc
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
event_scheduler.h
events.cc
events.h
field.cc move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code 2016-08-27 16:59:13 +02:00
field.h move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code 2016-08-27 16:59:13 +02:00
field_conv.cc
filesort.cc MDEV-8989 ORDER BY optimizer ignores equality propagation 2016-07-01 16:44:17 +02:00
filesort.h MDEV-8989 ORDER BY optimizer ignores equality propagation 2016-07-01 16:44:17 +02:00
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
group_by_handler.cc
group_by_handler.h
gstream.cc
gstream.h
ha_partition.cc various cleanups 2016-06-30 11:43:02 +02:00
ha_partition.h various cleanups 2016-06-30 11:43:02 +02:00
handler.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
handler.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h
innodb_priv.h
item.cc re-fix vcols on demand, not always for every SELECT 2016-08-27 16:59:13 +02:00
item.h vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REF 2016-08-27 16:59:12 +02:00
item_buff.cc
item_cmpfunc.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
item_cmpfunc.h Removing the "thd" argument from Item::create_field_for_create_select(). 2016-07-01 21:45:57 +04:00
item_create.cc
item_create.h
item_func.cc session-state dependent functions in DEFAULT/CHECK/vcols 2016-08-27 16:59:12 +02:00
item_func.h vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REF 2016-08-27 16:59:12 +02:00
item_geofunc.cc Removing the "thd" argument from Item::create_field_for_create_select(). 2016-07-01 21:45:57 +04:00
item_geofunc.h Removing the "thd" argument from Item::create_field_for_create_select(). 2016-07-01 21:45:57 +04:00
item_inetfunc.cc
item_inetfunc.h parentheses in default 2016-06-30 11:43:02 +02:00
item_row.cc cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
item_row.h cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
item_strfunc.cc session-state dependent functions in DEFAULT/CHECK/vcols 2016-08-27 16:59:12 +02:00
item_strfunc.h session-state dependent functions in DEFAULT/CHECK/vcols 2016-08-27 16:59:12 +02:00
item_subselect.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
item_subselect.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
item_sum.cc better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED 2016-06-30 11:43:02 +02:00
item_sum.h better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED 2016-06-30 11:43:02 +02:00
item_timefunc.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
item_timefunc.h session-state dependent functions in DEFAULT/CHECK/vcols 2016-08-27 16:59:12 +02:00
item_windowfunc.cc
item_windowfunc.h better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED 2016-06-30 11:43:02 +02:00
item_xmlfunc.cc cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
item_xmlfunc.h MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
key.cc
key.h
keycaches.cc
keycaches.h
lex.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
lex_symbol.h
lock.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
lock.h
log.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
log.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
log_event.cc Revert "MDEV-9293 Connector/C integration" 2016-08-19 15:46:27 +00:00
log_event.h MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
log_event_old.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
log_event_old.h
log_slow.h
main.cc
mdl.cc Cleanup around wsrep mdl exception. 2016-07-30 14:36:41 -04:00
mdl.h
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc
mf_iocache_encr.cc
MSG00001.bin
multi_range_read.cc
multi_range_read.h
my_apc.cc
my_apc.h
my_decimal.cc
my_decimal.h
my_json_writer.cc
my_json_writer.h
mysql_install_db.cc
mysql_upgrade_service.cc
mysqld.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
mysqld.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
mysqld_suffix.h
net_serv.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc
opt_range.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
opt_range.h
opt_range_mrr.cc
opt_subselect.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
opt_subselect.h
opt_sum.cc
opt_table_elimination.cc cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
partition_info.h
password.c
plistsort.c
procedure.cc
procedure.h various cleanups 2016-06-30 11:43:02 +02:00
protocol.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
protocol.h
records.cc
records.h
repl_failsafe.cc
repl_failsafe.h
replication.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc Fixed compiler warnings and test failures found by buildbot 2016-06-24 02:25:14 +03:00
rpl_gtid.h
rpl_handler.cc
rpl_handler.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc
rpl_mi.h
rpl_parallel.cc Better SHOW PROCESSLIST for replication 2016-08-29 13:10:17 +03: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 MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
session_tracker.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
session_tracker.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
set_var.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
set_var.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sha2.cc
signal_handler.cc
slave.cc Better SHOW PROCESSLIST for replication 2016-08-29 13:10:17 +03:00
slave.h Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
sp.cc
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc fix: CURRENT_ROLE() inside SECURITY DEFINER views 2016-08-27 16:59:11 +02:00
sql_acl.h
sql_admin.cc MDEV-7901: re-implement analyze table for low impact 2016-08-03 21:37:19 +02:00
sql_admin.h
sql_alter.cc various cleanups 2016-06-30 11:43:02 +02:00
sql_alter.h various cleanups 2016-06-30 11:43:02 +02:00
sql_analyse.cc
sql_analyse.h
sql_analyze_stmt.cc
sql_analyze_stmt.h
sql_array.h
sql_audit.cc
sql_audit.h
sql_base.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_base.h various cleanups 2016-06-30 11:43:02 +02:00
sql_binlog.cc
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_cache.h
sql_callback.h
sql_class.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_class.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_client.cc
sql_cmd.h
sql_connect.cc Revert "MDEV-9293 Connector/C integration" 2016-08-19 15:46:27 +00:00
sql_connect.h
sql_const.h MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
sql_crypt.cc
sql_crypt.h
sql_cte.cc
sql_cte.h Fixed compiler warnings and test failures found by buildbot 2016-06-24 02:25:14 +03:00
sql_cursor.cc
sql_cursor.h
sql_db.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_db.h
sql_delete.cc
sql_delete.h
sql_derived.cc
sql_derived.h
sql_digest.cc
sql_digest.h
sql_digest_stream.h
sql_do.cc
sql_do.h
sql_error.cc
sql_error.h
sql_explain.cc
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 Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_help.h
sql_hset.h
sql_insert.cc move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code 2016-08-27 16:59:13 +02:00
sql_insert.h
sql_join_cache.cc cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
sql_join_cache.h
sql_lex.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_lex.h revert second lookahead in the lexer 2016-06-30 11:43:02 +02:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h
sql_load.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_load.h
sql_locale.cc
sql_locale.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_manager.cc
sql_manager.h
sql_parse.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_parse.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_partition.cc various cleanups 2016-06-30 11:43:02 +02:00
sql_partition.h
sql_partition_admin.cc
sql_partition_admin.h
sql_plist.h
sql_plugin.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_plugin.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_plugin_compat.h
sql_plugin_services.ic
sql_prepare.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_prepare.h
sql_priv.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_profile.cc
sql_profile.h
sql_reload.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_reload.h
sql_rename.cc MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) || 2016-08-08 17:26:06 -04:00
sql_rename.h
sql_repl.cc Set server_id to 1 by default and disallow to set it to 0 2016-08-29 20:28:06 +03:00
sql_repl.h Set server_id to 1 by default and disallow to set it to 0 2016-08-29 20:28:06 +03:00
sql_select.cc MDEV-8989 ORDER BY optimizer ignores equality propagation 2016-07-01 16:44:17 +02:00
sql_select.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_servers.cc
sql_servers.h
sql_show.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_show.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_signal.cc
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_statistics.h
sql_string.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_string.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_table.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc compilation warning 2016-06-30 11:43:02 +02:00
sql_test.h
sql_time.cc Fixed compiler warnings and test failures found by buildbot 2016-06-24 02:25:14 +03:00
sql_time.h
sql_trigger.cc
sql_trigger.h
sql_truncate.cc
sql_truncate.h
sql_type.cc
sql_type.h
sql_udf.cc
sql_udf.h
sql_union.cc cleanup: change Item::walk() to take void* not uchar* 2016-06-30 11:43:02 +02:00
sql_union.h
sql_update.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
sql_update.h
sql_view.cc
sql_view.h
sql_window.cc Fixed compiler warnings and test failures found by buildbot 2016-06-24 02:25:14 +03:00
sql_window.h
sql_yacc.yy Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
strfunc.cc
strfunc.h
structs.h
sys_vars.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sys_vars.ic MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
sys_vars_shared.h
table.cc Feature_check_constraint status variable 2016-08-27 16:59:13 +02:00
table.h re-fix vcols on demand, not always for every SELECT 2016-08-27 16:59:13 +02:00
table_cache.cc
table_cache.h
temporary_tables.cc
thr_malloc.cc
thr_malloc.h
threadpool.h
threadpool_common.cc
threadpool_unix.cc Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
threadpool_win.cc
transaction.cc MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
transaction.h MDEV-8931: (server part of) session state tracking 2016-08-31 17:17:46 +02:00
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc
uniques.h
unireg.cc move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code 2016-08-27 16:59:13 +02:00
unireg.h MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
winservice.c
winservice.h
wsrep_applier.cc MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
wsrep_applier.h MDEV-9618 solaris sparc build fails on 10.1. 2016-06-27 18:02:28 +04:00
wsrep_binlog.cc
wsrep_binlog.h MDEV-9618 solaris sparc build fails on 10.1. 2016-06-27 18:02:28 +04:00
wsrep_check_opts.cc Cleanup around wsrep system variables. 2016-07-30 14:40:47 -04:00
wsrep_dummy.cc
wsrep_hton.cc
wsrep_mysqld.cc Fixed failures for privilege_table_io and wsrep_cluster_address_basic 2016-08-29 20:33:25 +03:00
wsrep_mysqld.h Code cleanup (wsrep patch). 2016-06-27 18:07:43 -04:00
wsrep_notify.cc Cleanup around wsrep system variables. 2016-07-30 14:40:47 -04:00
wsrep_priv.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
wsrep_sst.cc MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in config 2016-08-03 13:36:12 -04:00
wsrep_sst.h MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in config 2016-08-03 13:36:12 -04:00
wsrep_thd.cc
wsrep_thd.h
wsrep_utils.cc
wsrep_utils.h Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
wsrep_var.cc Safety fix to previous patch 2016-08-30 09:16:50 +03:00
wsrep_var.h MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in config 2016-08-03 13:36:12 -04:00
wsrep_xid.cc
wsrep_xid.h