mariadb/sql
Sergei Petrunia 2936fb127d MDEV-7919: main.explain_json* fail in buildbot with valgrind
Correctly initialize Explain_node::connection_type, remove unused
Explain_node constructor.
2015-04-06 18:54:08 +03:00
..
share MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) 2015-03-18 17:10:48 +04:00
add_errmsg
authors.h
bounded_queue.h
client_settings.h
CMakeLists.txt Merge branch 'bb-10.1-explain-analyze' into 10.1 2015-03-24 16:26:42 +03:00
compat56.cc
compat56.h
contributors.h
create_options.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
debug_sync.h
derror.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption_keys.cc MDEV-7572: InnoDB: Assertion failure in log_init_crypt_key if 2015-02-26 10:17:23 +02:00
encryption_keys.h encryption keys service 2015-02-10 10:21:18 +01:00
event_data_objects.cc
event_data_objects.h
event_db_repository.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
event_db_repository.h MDEV-7281 EVENT: CREATE OR REPLACE 2015-02-27 13:34:18 +04:00
event_parse_data.cc
event_parse_data.h
event_queue.cc
event_queue.h
event_scheduler.cc
event_scheduler.h
events.cc MDEV-7281 EVENT: CREATE OR REPLACE 2015-02-27 13:34:18 +04:00
events.h MDEV-7281 EVENT: CREATE OR REPLACE 2015-02-27 13:34:18 +04:00
field.cc MDEV-7831 Bad warning for DATE_ADD(timestamp_column, INTERVAL 10 SECOND) 2015-03-25 13:06:04 +04:00
field.h MDEV-6989 BINARY and COLLATE xxx_bin comparisions are not used for optimization in some cases 2015-03-13 15:48:39 +04:00
field_conv.cc
filesort.cc
filesort.h
filesort_utils.cc
filesort_utils.h
gcalc_slicescan.cc
gcalc_slicescan.h
gcalc_tools.cc MDEV-7529 GIS: ST_Relate returns unexpected results for POINT relations. 2015-03-15 22:20:38 +04:00
gcalc_tools.h
gen_lex_hash.cc
gstream.cc
gstream.h
ha_partition.cc
ha_partition.h
handler.cc Fix valgrind failure: correclty clean up handler::tracker 2015-03-25 12:20:16 +03:00
handler.h Fix linking: move the inline functions 2015-03-24 17:35:29 +03:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h
innodb_priv.h
item.cc MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) 2015-03-18 17:10:48 +04:00
item.h Removing Item_string::m_cs_specified and 2015-03-30 10:57:44 +04:00
item_buff.cc
item_cmpfunc.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
item_cmpfunc.h Adding "const" qualifier to Item::compare_collation() 2015-03-13 13:52:07 +04:00
item_create.cc MDEV-7512 GIS: ST_ synonyms for functions are not consistent. 2015-03-15 23:00:05 +04:00
item_create.h
item_func.cc Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
item_func.h MDEV-7759 NULLIF(x,y) is not equal to CASE WHEN x=y THEN NULL ELSE x END 2015-03-12 11:40:37 +04:00
item_geofunc.cc MDEV-7529 GIS: ST_Relate returns unexpected results for POINT relations. 2015-03-15 22:20:38 +04:00
item_geofunc.h Clean-up: 2015-03-12 13:40:52 +04:00
item_inetfunc.cc
item_inetfunc.h
item_row.cc
item_row.h
item_strfunc.cc MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) 2015-03-18 17:10:48 +04:00
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) 2015-03-18 17:10:48 +04:00
item_timefunc.h MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) 2015-03-18 17:10:48 +04:00
item_xmlfunc.cc Clean-up: 2015-03-12 13:40:52 +04:00
item_xmlfunc.h
key.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
key.h
keycaches.cc Merge 10.0-galera into 10.1 2015-02-06 16:14:23 +01:00
keycaches.h
lex.h
lex_symbol.h
lock.cc
lock.h
log.cc Merge MDEV-7847 and MDEV-7882 into 10.0. 2015-03-30 15:10:29 +02:00
log.h
log_event.cc Merge MDEV-7198: status variable for Slave_skipped_errors 2015-03-16 14:54:16 +01:00
log_event.h MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
log_event_old.cc
log_event_old.h
log_slow.h
main.cc
mdl.cc MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash" 2015-03-04 13:34:53 +04:00
mdl.h MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash" 2015-03-04 13:34:53 +04:00
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
multi_range_read.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
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 Merge branch 'bb-10.1-explain-analyze' into 10.1 2015-03-24 16:26:42 +03:00
mysqld.h Merge branch 'bb-10.1-explain-analyze' into 10.1 2015-03-24 16:26:42 +03:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc
opt_range.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
opt_range.h
opt_range_mrr.cc
opt_subselect.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
opt_subselect.h
opt_sum.cc
opt_table_elimination.cc MDEV-6989 BINARY and COLLATE xxx_bin comparisions are not used for optimization in some cases 2015-03-13 15:48:39 +04:00
parse_file.cc MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
parse_file.h MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
partition_element.h
partition_info.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
partition_info.h
password.c
plistsort.c
procedure.cc
procedure.h
protocol.cc
protocol.h
records.cc
records.h
repl_failsafe.cc
repl_failsafe.h
replication.h
rpl_constants.h
rpl_filter.cc MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
rpl_filter.h MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
rpl_gtid.cc MDEV-6981: feature request MASTER_GTID_WAIT status variables 2015-03-16 14:40:29 +01:00
rpl_gtid.h Merge MDEV-6589 and MDEV-6403 into 10.1. 2015-03-04 13:49:37 +01:00
rpl_handler.cc fix semisync plugin locking: rpl.rpl_semi_sync_uninstall_plugin failed 2015-01-31 21:51:45 +01:00
rpl_handler.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc Merge 10.0-galera into 10.1 2015-02-06 16:14:23 +01:00
rpl_mi.h MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
rpl_parallel.cc Merge MDEV-7847 and MDEV-7882 into 10.0. 2015-03-30 15:10:29 +02:00
rpl_parallel.h Merge MDEV-7847 and MDEV-7882 into 10.0. 2015-03-30 15:10:29 +02:00
rpl_record.cc
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc after-merge fixes 2015-03-04 14:12:48 +01:00
rpl_rli.h Merge MDEV-6589 and MDEV-6403 into 10.1. 2015-03-04 13:49:37 +01:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
set_var.cc MDEV-6960 Server crashes in check_alter_user on setting a default role via PS 2015-02-28 19:48:22 +01:00
set_var.h MDEV-6960 Server crashes in check_alter_user on setting a default role via PS 2015-02-28 19:48:22 +01:00
sha2.cc
signal_handler.cc
slave.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
slave.h Add Slave_skipped_errors to global status 2015-03-12 05:23:05 +11:00
sp.cc
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc MDEV-5214 Status variables for number of global/db/table/column/role grants 2015-03-19 22:41:43 +02:00
sql_acl.h MDEV-5214 Status variables for number of global/db/table/column/role grants 2015-03-19 22:41:43 +02:00
sql_admin.cc MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
sql_admin.h
sql_alter.cc Merge 10.0-galera into 10.1 2015-02-06 16:14:23 +01:00
sql_alter.h
sql_analyse.cc
sql_analyse.h
sql_analyze_stmt.h MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmt 2015-03-24 16:17:41 +03:00
sql_array.h
sql_audit.cc
sql_audit.h
sql_base.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sql_base.h MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
sql_binlog.cc
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in Push forgotten file change to fix compiler errors. 2015-02-19 12:41:10 +02:00
sql_cache.cc
sql_cache.h
sql_callback.h
sql_class.cc MDEV-7834: ANALYZE FORMAT=JSON output column should be named ANALYZE 2015-03-25 19:55:11 +01:00
sql_class.h Preparatory refactoring for: 2015-03-26 20:44:12 +04:00
sql_client.cc
sql_cmd.h
sql_connect.cc
sql_connect.h
sql_const.h
sql_crypt.cc
sql_crypt.h
sql_cursor.cc MDEV-7006 MDEV-7007: SET STATEMENT and slow log 2015-03-12 10:19:32 +01:00
sql_cursor.h
sql_db.cc Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
sql_db.h
sql_delete.cc MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_ms 2015-03-29 15:33:15 +02:00
sql_delete.h
sql_derived.cc Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
sql_derived.h
sql_do.cc
sql_do.h
sql_error.cc
sql_error.h
sql_explain.cc MDEV-7904: ANALYZE FORMAT=JSON doesn't print r_rows for union output 2015-04-04 00:47:10 +03:00
sql_explain.h MDEV-7919: main.explain_json* fail in buildbot with valgrind 2015-04-06 18:54:08 +03:00
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
sql_help.h
sql_hset.h
sql_insert.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sql_insert.h
sql_join_cache.cc
sql_join_cache.h
sql_lex.cc Preparatory refactoring for: 2015-03-26 20:44:12 +04:00
sql_lex.h MDEV-7284 INDEX: CREATE OR REPLACE 2015-04-03 15:43:55 +04:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h
sql_load.cc
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc
sql_manager.h
sql_parse.cc MDEV-6572 "USE dbname" with a bad sequence erroneously connects to a wrong database 2015-03-16 21:55:10 +04:00
sql_parse.h
sql_partition.cc
sql_partition.h
sql_partition_admin.cc
sql_partition_admin.h
sql_plist.h
sql_plugin.cc MDEV-6858: enforce_storage_engine option 2015-03-12 12:17:14 +02:00
sql_plugin.h Push for testing of encryption 2015-02-10 10:21:17 +01:00
sql_plugin_compat.h
sql_plugin_services.h encryption keys service 2015-02-10 10:21:18 +01:00
sql_prepare.cc MDEV-7006 MDEV-7007: SET STATEMENT and slow log 2015-03-12 10:19:32 +01:00
sql_prepare.h
sql_priv.h MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
sql_profile.cc
sql_profile.h
sql_reload.cc don't let current_thd to point to a destroyed THD 2015-02-03 18:19:56 +01:00
sql_reload.h
sql_rename.cc
sql_rename.h
sql_repl.cc after-merge fixes 2015-03-04 14:12:48 +01:00
sql_repl.h
sql_select.cc MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each record 2015-04-03 15:37:27 +02:00
sql_select.h MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each record 2015-04-03 15:37:27 +02:00
sql_servers.cc don't let current_thd to point to a destroyed THD 2015-02-03 18:19:56 +01:00
sql_servers.h
sql_show.cc MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
sql_show.h
sql_signal.cc Reducing duplicate code and simplifying well formed string copying 2015-02-27 16:26:12 +04:00
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sql_statistics.h
sql_string.cc Moving the conversion code from String::well_formed_copy() 2015-03-16 12:14:31 +04:00
sql_string.h MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) 2015-03-18 17:10:48 +04:00
sql_table.cc MDEV-7284 INDEX: CREATE OR REPLACE 2015-04-03 15:43:55 +04:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
sql_test.h
sql_time.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sql_time.h
sql_trigger.cc MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
sql_trigger.h
sql_truncate.cc
sql_truncate.h
sql_udf.cc don't let current_thd to point to a destroyed THD 2015-02-03 18:19:56 +01:00
sql_udf.h
sql_union.cc
sql_union.h
sql_update.cc MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_ms 2015-03-29 15:33:15 +02:00
sql_update.h
sql_view.cc MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
sql_view.h MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
sql_yacc.yy MDEV-7284 INDEX: CREATE OR REPLACE 2015-04-03 15:43:55 +04:00
strfunc.cc
strfunc.h
structs.h A preparatory patch for MDEV-7284 INDEX: CREATE OR REPLACE. 2015-03-20 13:51:41 +04:00
sys_vars.cc MDEV-6954: SET STATEMENT rand_seedX = ...FOR ... makes the next rand() to return 0 2015-03-14 08:41:43 +01:00
sys_vars.h Push for testing of encryption 2015-02-10 10:21:17 +01:00
sys_vars_shared.h
table.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
table.h MDEV-7671: Cache VIEW definitions in the TDC 2015-03-11 17:39:15 +01:00
table_cache.cc Replaced lf-hash element_size hack with initializer function. 2015-03-04 13:34:53 +04:00
table_cache.h Replaced lf-hash element_size hack with initializer function. 2015-03-04 13:34:53 +04:00
thr_malloc.cc
thr_malloc.h
threadpool.h Improve performance for calculating memory allocation 2015-02-01 15:24:22 +02:00
threadpool_common.cc
threadpool_unix.cc
threadpool_win.cc
transaction.cc MDEV-7728 - Improve xid cache scalability by using lock-free hash 2015-03-16 19:07:51 +04:00
transaction.h
tzfile.h
tztime.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04: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
unireg.h
winservice.c
winservice.h
wsrep_applier.cc MDEV-7867: Add binlog header to GRA_.log file 2015-04-01 18:25:40 -04:00
wsrep_applier.h MDEV-7867: Add binlog header to GRA_.log file 2015-04-01 18:25:40 -04:00
wsrep_binlog.cc MDEV-7867: Add binlog header to GRA_.log file 2015-04-01 18:25:40 -04:00
wsrep_binlog.h MDEV-7867: Add binlog header to GRA_.log file 2015-04-01 18:25:40 -04:00
wsrep_check_opts.cc
wsrep_dummy.cc
wsrep_hton.cc MDEV-7604: wsrep plugin lists its plugin_maturity as Unknown 2015-02-18 15:23:37 +02:00
wsrep_mysqld.cc MDEV-7867: Add binlog header to GRA_.log file 2015-04-01 18:25:40 -04:00
wsrep_mysqld.h MDEV-7867: Add binlog header to GRA_.log file 2015-04-01 18:25:40 -04:00
wsrep_notify.cc
wsrep_priv.h
wsrep_sst.cc MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
wsrep_sst.h MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
wsrep_thd.cc Merge 10.0-galera into 10.1 2015-02-06 16:14:23 +01:00
wsrep_thd.h Improve performance for calculating memory allocation 2015-02-01 15:24:22 +02:00
wsrep_utils.cc Changes in wsrep_guess_ip() 2015-02-27 19:16:27 -05:00
wsrep_utils.h Changes in wsrep_guess_ip() 2015-02-27 19:16:27 -05:00
wsrep_var.cc Merge 10.0-galera into 10.1 2015-02-06 16:14:23 +01:00
wsrep_var.h Improve performance for calculating memory allocation 2015-02-01 15:24:22 +02:00