mariadb/sql
sjaakola ed9f68f6ad MW-394
* changed thd_binlog_format to return configured binlog format in wsrep execution,
  regardless of binlogging setting (i.e. with or without binlogging)
* thd_binlog_format is used in innobase::write_row(), and would return confusing
  result there when log_bin==OFF
2017-09-15 09:22:54 +03:00
..
share Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks 2017-08-06 15:37:27 +03:00
add_errmsg
authors.h
bounded_queue.h
client_settings.h
CMakeLists.txt One more attempt to fix dependencies with mysqld import/export libraries 2017-08-30 14:44:18 +00:00
compat56.cc
compat56.h
contributors.h Update MariaDB Foundation sponsors 2017-06-15 14:42:41 +04:00
create_options.cc
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
debug_sync.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc MDEV-6262 analyze the coverity report on mariadb 2017-05-19 20:26:56 +02:00
discover.h
encryption.cc MDEV-12863 No table can be created after second encryption plugin attempted to load 2017-08-08 14:52:08 +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
event_scheduler.h
events.cc Merge tag 'mariadb-10.0.31' into 10.0-galera 2017-05-30 15:28:52 +05:30
events.h
field.cc MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild 2017-07-20 20:13:28 +02:00
field.h MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild 2017-07-20 20:13:28 +02:00
field_conv.cc
filesort.cc Simplify IO_CACHE by removing current_pos and end_pos as self-references 2017-06-28 15:23:36 +03:00
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
group_by_handler.cc
group_by_handler.h
gstream.cc
gstream.h
ha_partition.cc Merge 10.1 into 10.2 2017-09-06 19:28:51 +03:00
ha_partition.h cleanup: generate_partition_syntax() 2017-07-05 17:15:58 +02:00
handler.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
handler.h Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h Add ATTRIBUTE_NORETURN and ATTRIBUTE_COLD 2017-08-31 09:30:55 +03:00
innodb_priv.h MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
item.cc MDEV-13707 Server in ORACLE mode crashes on ALTER with wrong DEFAULT clause 2017-09-13 16:45:42 +04:00
item.h Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
item_buff.cc
item_cmpfunc.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
item_cmpfunc.h Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
item_create.cc
item_create.h
item_func.cc Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
item_func.h MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql. 2017-08-11 00:50:29 +04:00
item_geofunc.cc MDEV-12181 ST_AsGeoJSON argument does not limit decimals. 2017-08-07 12:49:04 +04:00
item_geofunc.h MDEV-13716 point_big test fails in 10.2. 2017-09-12 11:58:49 +04:00
item_inetfunc.cc
item_inetfunc.h
item_jsonfunc.cc MDEV-13633 JSON_ARRAY() - bad output with some UTF8 characters. 2017-09-13 15:17:28 +04:00
item_jsonfunc.h MDEV-12877 Wrong result from JSON native function. 2017-09-12 19:15:31 +04:00
item_row.cc MDEV-13189: Window functions crash when using INTERVAL 2017-07-05 15:40:25 +03:00
item_row.h Fixed the bug mdev-12845. 2017-06-22 22:06:03 -07:00
item_strfunc.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
item_strfunc.h Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
item_subselect.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
item_subselect.h Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
item_sum.cc Added tmp_disk_table_size to limit size of Aria temp tables in tmpdir 2017-06-30 22:31:37 +03:00
item_sum.h Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
item_timefunc.cc Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
item_timefunc.h
item_windowfunc.cc Fixed the bug mdev-13064. 2017-06-16 09:50:57 -07:00
item_windowfunc.h MDEV-12851: Case with window functions query crashes server 2017-06-28 19:21:31 +03:00
item_xmlfunc.cc Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
item_xmlfunc.h
key.cc
key.h
keycaches.cc
keycaches.h
lex.h
lex_symbol.h
lock.cc Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
lock.h
log.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
log.h
log_event.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
log_event.h MDEV-12067 flashback does not correcly revert update/replace statements 2017-07-03 14:48:07 +08:00
log_event_old.cc Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
log_event_old.h
log_slow.h
main.cc
mdl.cc MDEV-12882 - Assertion failed in MDL_context::upgrade_shared_lock 2017-06-26 16:11:22 +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 Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02: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 MDEV-13466 Implement --export option for MariaDB Backup 2017-09-07 22:54:06 +00:00
mysqld.h Add ATTRIBUTE_NORETURN and ATTRIBUTE_COLD 2017-08-31 09:30:55 +03:00
mysqld_suffix.h
net_serv.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc
opt_range.cc MDEV-13535 Query on MyISAM table corrupts the table 2017-08-16 18:44:17 +02:00
opt_range.h
opt_range_mrr.cc
opt_subselect.cc Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
opt_subselect.h
opt_sum.cc Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
opt_table_elimination.cc
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
partition_info.h Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
password.c
plistsort.c
procedure.cc
procedure.h
protocol.cc
protocol.h
records.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
records.h
repl_failsafe.cc
repl_failsafe.h
replication.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
rpl_gtid.h
rpl_handler.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
rpl_handler.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
rpl_mi.h MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slave 2017-06-05 13:11:10 +05:30
rpl_parallel.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +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 branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
rpl_rli.h Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
session_tracker.cc
session_tracker.h
set_var.cc
set_var.h
signal_handler.cc Fix threadpool to report connections aborted due to wait timeout. 2017-08-30 14:37:16 +00:00
slave.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
slave.h
sp.cc Merge 10.1 into 10.2 2017-09-06 19:28:51 +03:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Merge 10.1 into 10.2 2017-09-06 19:28:51 +03:00
sp_head.h Merge 10.1 into 10.2 2017-09-06 19:28:51 +03:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sp_rcontext.h
spatial.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
spatial.h MDEV-12181 ST_AsGeoJSON argument does not limit decimals. 2017-08-07 12:49:04 +04:00
sql_acl.cc MDEV-13439: Database permissions are not enough to run a subquery with GROUP BY within a view 2017-08-10 10:17:08 +02:00
sql_acl.h
sql_admin.cc
sql_admin.h
sql_alter.cc
sql_alter.h
sql_analyse.cc
sql_analyse.h
sql_analyze_stmt.cc MDEV-13826: Floating point exception in Filesort_tracker::print_json_members(Json_writer*) 2017-07-12 19:46:44 +05:30
sql_analyze_stmt.h
sql_array.h
sql_audit.cc Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
sql_audit.h MDEV-13060 Server Audit Plugin Crashes with AWS KMS plugin 2017-07-05 17:15:58 +02:00
sql_base.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_base.h
sql_basic_types.h
sql_binlog.cc
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_cache.h MDEV-13300 Query cache doesn't take in account CLIENT_DEPRECATE_EOF capability 2017-08-09 18:31:43 +02:00
sql_callback.h
sql_class.cc MW-394 2017-09-15 09:22:54 +03:00
sql_class.h Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
sql_client.cc
sql_cmd.h
sql_connect.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_connect.h
sql_const.h Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
sql_crypt.cc
sql_crypt.h
sql_cte.cc Fixed the bug mdev-12563. 2017-04-28 21:59:11 -07:00
sql_cte.h Fixed the bug mdev-12563. 2017-04-28 21:59:11 -07:00
sql_cursor.cc
sql_cursor.h
sql_db.cc MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_key’" when -DWITHOUT_SERVER=1 2017-04-20 16:36:23 +02:00
sql_db.h
sql_delete.cc
sql_delete.h
sql_derived.cc MDEV-11240: Server crashes in check_view_single_update or Assertion `derived->table' failed in mysql_derived_merge_for_insert 2017-08-17 11:41:46 +02:00
sql_derived.h Fixed the bug mdev-12563. 2017-04-28 21:59:11 -07:00
sql_digest.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
sql_digest.h
sql_digest_stream.h
sql_do.cc
sql_do.h
sql_error.cc
sql_error.h
sql_explain.cc Merge 10.1 into 10.2 2017-07-06 20:28: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
sql_help.h
sql_hset.h
sql_insert.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_insert.h
sql_join_cache.cc
sql_join_cache.h
sql_lex.cc MDEV-13351: Server crashes in st_select_lex::set_explain_type upon UNION with window function 2017-07-21 20:09:19 +03:00
sql_lex.h Fixed the bug mdev-12845. 2017-06-22 22:06:03 -07:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h
sql_load.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_load.h
sql_locale.cc Support for server error messages in Hindi 2017-08-03 17:28:46 +04:00
sql_locale.h
sql_manager.cc
sql_manager.h
sql_parse.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
sql_parse.h MW-86 Additional wsrep_sync_wait coverage 2017-08-14 11:59:52 +03:00
sql_partition.cc Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
sql_partition.h Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
sql_partition_admin.cc MW-394 2017-09-15 09:09:26 +03:00
sql_partition_admin.h
sql_plist.h
sql_plugin.cc Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
sql_plugin.h
sql_plugin_compat.h
sql_plugin_services.ic Merge 10.1 into 10.2 2017-05-06 14:36:46 +03:00
sql_prepare.cc MDEV-13436 PREPARE doesn't work as expected & throws errors but MySQL is working fine 2017-09-11 09:51:51 +02:00
sql_prepare.h MDEV-12471: BULK Command 2017-06-14 12:02:54 +02:00
sql_priv.h Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
sql_profile.cc
sql_profile.h
sql_reload.cc Merge 10.1 into 10.2 2017-06-19 16:46:34 +03:00
sql_reload.h
sql_rename.cc
sql_rename.h
sql_repl.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_repl.h
sql_select.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_select.h Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
sql_servers.cc
sql_servers.h
sql_show.cc Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
sql_show.h
sql_signal.cc
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc
sql_statistics.h
sql_string.cc cleanup: generate_partition_syntax() 2017-07-05 17:15:58 +02:00
sql_string.h cleanup: generate_partition_syntax() 2017-07-05 17:15:58 +02:00
sql_table.cc Fix a typo to silence -Wimplicit-fallthrough 2017-09-06 19:32:56 +03:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc
sql_test.h
sql_time.cc
sql_time.h
sql_trigger.cc
sql_trigger.h
sql_truncate.cc Refs: MW-360 * reverted WSREP_TO_ISOLATION macros back to original form 2017-08-11 14:06:16 +03:00
sql_truncate.h
sql_type.cc
sql_type.h
sql_udf.cc
sql_udf.h
sql_union.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_union.h
sql_update.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
sql_update.h
sql_view.cc
sql_view.h
sql_window.cc Fixed the bug mdev-11990. 2017-05-03 13:50:35 -07:00
sql_window.h
sql_yacc.yy MDEV-13313 JSON type alias is insufficiently compatible 2017-08-14 19:45:59 +02:00
strfunc.cc
strfunc.h
structs.h
sys_vars.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
sys_vars.ic
sys_vars_shared.h
table.cc enable innodb tests for virtual indexed columns (sic!) 2017-08-14 19:45:59 +02:00
table.h Fixed the bug mdev-12373. 2017-04-24 23:58:23 -07:00
table_cache.cc
table_cache.h
temporary_tables.cc Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
thr_malloc.cc
thr_malloc.h
threadpool.h
threadpool_common.cc Fix threadpool to report connections aborted due to wait timeout. 2017-08-30 14:37:16 +00:00
threadpool_generic.cc
threadpool_win.cc MDEV-13179 main.errors fails with wrong errno 2017-08-07 03:48:58 +03:00
transaction.cc Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
transaction.h
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
uniques.h
unireg.cc
unireg.h Merge 10.1 into 10.2 2017-05-06 14:36:46 +03:00
winservice.c
winservice.h
wsrep_applier.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_applier.h
wsrep_binlog.cc
wsrep_binlog.h
wsrep_check_opts.cc
wsrep_dummy.cc
wsrep_hton.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_mysqld.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_mysqld.h MW-394 2017-09-15 09:22:54 +03:00
wsrep_notify.cc
wsrep_priv.h
wsrep_sst.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_sst.h
wsrep_thd.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
wsrep_thd.h
wsrep_utils.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_utils.h Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_var.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_var.h Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_xid.cc
wsrep_xid.h