mariadb/sql
Alexey Yurchenko 86ee30cea9 Refs codership/mysql-wsrep#141: this commit
1. Passes wsrep_sst_auth_value to SST scripts via WSREP_SST_OPT_AUTH envronmental variable, so it never appears on the command line
  2. In mysqldump and xtrabackup* SST scripts which rely on MySQL authentication, instead of passing password on the command line, SST script sets MYSQL_PWD environment variable, so that password also never appears on the mysqldump/innobackupex command line.
2015-09-09 22:29:03 -04:00
..
examples merge with 5.3 2011-10-19 21:45:18 +02:00
share MDEV-7652 - More explanatory ERROR and WARNING messages when loading plugins 2015-07-29 13:51:22 +04:00
add_errmsg
authors.h Updated sponsors and authors 2014-03-28 09:31:43 +02:00
bounded_queue.h MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line. 2012-09-01 14:21:59 -07:00
client_settings.h Do the partial merge of WL#5602 correctly: 2013-12-09 12:38:02 +01:00
CMakeLists.txt Merge tag 'mariadb-10.0.19' into 10.0-galera 2015-05-09 17:09:21 -04:00
compat56.cc Adding support for MySQL-5.6 temporal column types: 2013-07-10 11:49:17 +04:00
compat56.h Adding support for MySQL-5.6 temporal column types: 2013-07-10 11:49:17 +04:00
contributors.h Updated sponsors and authors 2014-03-28 09:31:43 +02:00
create_options.cc MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CONNECT 2014-07-08 19:39:27 +02:00
create_options.h MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CONNECT 2014-07-08 19:39:27 +02:00
custom_conf.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
datadict.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
datadict.h remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() 2013-04-09 15:50:30 +02:00
debug_sync.cc MDEV-6582: DEBUG_SYNC does not reset mysys_var->current_mutex, causes assertion "Trying to unlock mutex that wasn't locked" 2014-11-26 11:07:32 +01:00
debug_sync.h mdl_sync now works. 2013-07-02 20:43:35 +03:00
derror.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
derror.h
des_key_file.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
des_key_file.h
discover.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
discover.h 10.0-monty merge 2013-07-21 16:39:19 +02:00
event_data_objects.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
event_data_objects.h 5.1 merge 2014-03-16 13:59:44 +01:00
event_db_repository.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
event_db_repository.h 5.1 merge 2014-03-16 13:59:44 +01:00
event_parse_data.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
event_parse_data.h 5.3 merge 2012-01-13 15:50:02 +01:00
event_queue.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
event_queue.h 5.2 merge 2014-03-16 21:03:01 +01:00
event_scheduler.cc perfschema 5.6.24 2015-05-05 15:23:47 +02:00
event_scheduler.h 10.0-base merge 2014-02-26 15:28:07 +01:00
events.cc Fix for build failures on Power8 2015-02-20 17:29:03 -05:00
events.h 5.1 merge 2014-03-16 13:59:44 +01:00
field.cc Fixed warnings and errors found by buildbot 2015-07-25 15:15:52 +03:00
field.h MDEV-8472 BINARY, VARBINARY and BLOB return different warnings on CAST to DECIMAL 2015-07-16 16:28:06 +04:00
field_conv.cc MDEV-4922 Stored Procedure - Geometry parameter not working. 2015-06-08 13:47:07 +05:00
filesort.cc Bug#19660891 HANDLE_FATAL_SIGNAL (SIG=11) IN QUEUE_INSERT 2015-06-17 13:44:32 +02:00
filesort.h MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line. 2012-09-01 14:21:59 -07:00
filesort_utils.cc MDEV-4285 Server crashes in ptr_compare on NOW and CAST in ORDER BY 2014-11-18 22:27:31 +01:00
filesort_utils.h MDEV-5173 Cppcheck report 2014-03-19 09:58:06 +01:00
gcalc_slicescan.cc bug #977021 ST_BUFFER fails with the negative D. 2012-04-29 18:08:11 +05:00
gcalc_slicescan.h bug #901655 ST_BUFFER asserts with a coplicated shape. 2011-12-08 16:29:45 +04:00
gcalc_tools.cc 5.3 merge 2012-01-13 15:50:02 +01:00
gcalc_tools.h 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
gen_lex_hash.cc Merge MySQL 5.1.66 -> MariaDB 5.1.65 2012-11-06 11:52:55 +02:00
gen_lex_token.cc Merge branch 'merge-perfschema-5.6' into 10.0 2015-08-03 16:34:59 +02:00
gstream.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
gstream.h 5.2 merge 2014-03-16 21:03:01 +01:00
ha_ndbcluster.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
ha_ndbcluster.h 5.2 merge 2014-03-16 21:03:01 +01:00
ha_ndbcluster_binlog.cc Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
ha_ndbcluster_binlog.h Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
ha_ndbcluster_cond.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
ha_ndbcluster_cond.h 10.0-base merge 2014-02-26 15:28:07 +01:00
ha_ndbcluster_tables.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
ha_partition.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
ha_partition.h Added test for MDEV#4953. 2014-05-21 11:59:33 -04:00
handler.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
handler.h MDEV-8240 : Unknown option 'table_type' when using Connect Engine on MGC 2015-07-29 18:04:40 -04:00
hash_filo.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
hash_filo.h List<>-style template wrapper over hash_filo 2014-03-19 09:57:09 +01:00
hostname.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
hostname.h MDEV-4058 2013-06-27 12:51:34 +03:00
init.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
init.h
innodb_priv.h Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
item.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
item.h Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
item_buff.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
item_cmpfunc.cc MDEV-8102 REGEXP function fails to match hex values when expression is stored as a variable 2015-05-14 14:43:37 +04:00
item_cmpfunc.h MDEV-8102 REGEXP function fails to match hex values when expression is stored as a variable 2015-05-14 14:43:37 +04:00
item_create.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
item_create.h Moving Item::str_value from public to protected. 2014-09-03 01:56:21 +04:00
item_func.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
item_func.h 5.5 merge 2015-01-21 12:03:02 +01:00
item_geofunc.cc Merge branch '5.5' into 10.0 2015-02-18 15:16:27 +01:00
item_geofunc.h Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
item_inetfunc.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
item_inetfunc.h MDEV-4051 INET6_ATON() and INET6_NTOA() 2014-05-30 16:19:00 +04:00
item_row.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
item_row.h 5.3 merge 2012-01-13 15:50:02 +01:00
item_strfunc.cc Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
item_strfunc.h Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
item_subselect.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
item_subselect.h 10.0-base merge 2014-02-26 15:28:07 +01:00
item_sum.cc Merge branch '5.5' into 10.0 2015-08-05 09:45:17 +02:00
item_sum.h Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
item_timefunc.cc 5.5 merge 2015-01-21 12:03:02 +01:00
item_timefunc.h 5.5 merge 2014-11-19 17:23:39 +01:00
item_xmlfunc.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
item_xmlfunc.h A joint patch for: 2014-03-23 15:15:07 +04:00
key.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
key.h 10.0-base merge 2014-02-26 15:28:07 +01:00
keycaches.cc MDEV-7123 : MariaDB 10.0.14 Galera node shutdown with signal 11 2015-01-09 00:32:28 -05:00
keycaches.h Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
lex.h Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
lex_symbol.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
lock.cc maria-10.0.16 merge 2015-01-26 22:54:27 -05:00
lock.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
log.cc refs codership/mysql-wsrep#110 - clear table map events on SAVEPOINT 2015-09-09 21:04:28 -04:00
log.h Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
log_event.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
log_event.h 5.5 merge 2015-01-21 12:03:02 +01:00
log_event_old.cc MDEV-5114 seconds_behind_master flips to 0 & spikes back, when running show slaves status 2015-05-03 11:21:55 +02:00
log_event_old.h 5.2 merge 2014-03-16 21:03:01 +01:00
log_slow.h MDEV-6430: It is impossible to see if "filesort with small limit" optimization was used 2014-07-09 12:32:00 +04:00
main.cc
mdl.cc Refs codership/mysql-wsrep#113 2015-09-09 21:37:17 -04:00
mdl.h Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSH 2015-09-09 21:31:16 -04:00
mem_root_array.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
message.h CRLF->LF 2015-06-02 22:07:47 +02:00
message.mc
message.rc CRLF->LF 2015-06-02 22:07:47 +02:00
mf_iocache.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
MSG00001.bin
multi_range_read.cc 5.5 merge 2014-11-19 17:23:39 +01:00
multi_range_read.h Merge 2014-10-29 15:20:46 +03:00
my_apc.cc Merge 10.0-base -> 10.0 2013-10-16 13:38:42 +04:00
my_apc.h MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
my_decimal.cc Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
my_decimal.h 5.2 merge 2014-03-16 21:03:01 +01:00
mysql_install_db.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
mysql_upgrade_service.cc
mysqld.cc Merge branch '5.5-galera' into 10.0-galera 2015-08-25 11:15:45 -04:00
mysqld.h Merge tag 'mariadb-10.0.20' into 10.0-galera 2015-06-21 23:54:55 -04:00
mysqld_suffix.h Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
net_serv.cc MDEV-8014 MariaDB client can hang in an infinite loop 2015-05-03 14:43:34 +02:00
nt_servc.cc Do not use SECONDS_IN_24H in nt_servc.cc. 2014-03-07 10:34:07 +04:00
nt_servc.h Bug#11754011: 45546: START WINDOWS SERVICE, THEN EXECUTE WHAT IS NEEDED. 2011-12-13 17:44:19 +02:00
opt_index_cond_pushdown.cc MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
opt_range.cc 5.5 merge 2015-01-21 12:03:02 +01:00
opt_range.h 5.5.39 merge 2014-08-07 18:06:56 +02:00
opt_range_mrr.cc 10.0-monty merge 2013-07-21 16:39:19 +02:00
opt_subselect.cc Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
opt_subselect.h Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
opt_sum.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
opt_table_elimination.cc MDEV-6978 Bad results with join comparing case insensitive VARCHAR/ENUM/SET 2014-11-19 10:33:49 +04:00
parse_file.cc MDEV-8045 Assertion `0' fails in Protocol::end_statement on CREATE VIEW after another connection aborted 2015-05-03 18:26:02 +02:00
parse_file.h 5.3 merge 2012-05-04 07:16:38 +02:00
partition_element.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
partition_info.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
partition_info.h 10.0-base merge 2014-02-26 15:28:07 +01:00
password.c MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits 2014-05-13 11:53:30 +02:00
plistsort.c
procedure.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
procedure.h 5.2 merge 2014-03-16 21:03:01 +01:00
protocol.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
protocol.h 5.5 merge 2014-05-09 12:35:11 +02:00
records.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
records.h MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
repl_failsafe.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
repl_failsafe.h Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
replication.h 5.5.39 merge 2014-08-07 18:06:56 +02:00
rpl_constants.h MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_filter.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
rpl_filter.h 5.1 merge 2014-03-16 13:59:44 +01:00
rpl_gtid.cc MDEV-8496: gtid_ignore_duplicates treats gtid_seq_no as 32-bit 2015-07-19 09:28:22 +02:00
rpl_gtid.h MDEV-6403: Temporary tables lost at STOP SLAVE in GTID mode if master has not rotated binlog since restart 2015-03-04 13:36:29 +01:00
rpl_handler.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
rpl_handler.h 5.5.39 merge 2014-08-07 18:06:56 +02:00
rpl_injector.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
rpl_injector.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
rpl_mi.cc Merge tag 'mariadb-10.0.20' into 10.0-galera 2015-06-21 23:54:55 -04:00
rpl_mi.h MDEV-5289: master server starts slave parallel threads 2015-03-11 09:18:16 +01:00
rpl_parallel.cc MDEV-8302: Duplicate key with parallel replication 2015-08-04 11:40:19 +02:00
rpl_parallel.h MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication 2015-05-26 13:04:15 +02:00
rpl_record.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
rpl_record.h 5.5 merge 2014-02-25 16:04:35 +01:00
rpl_record_old.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
rpl_record_old.h 5.2 merge 2014-03-16 21:03:01 +01:00
rpl_reporting.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
rpl_reporting.h MDEV-6120: When slave stops with error, error message should indicate the failing GTID 2014-06-25 15:17:03 +02:00
rpl_rli.cc Merge MDEV-8354 into 10.0 2015-06-24 16:53:41 +02:00
rpl_rli.h MDEV-5114 seconds_behind_master flips to 0 & spikes back, when running show slaves status 2015-05-03 11:21:55 +02:00
rpl_tblmap.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
rpl_tblmap.h Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
rpl_utility.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
rpl_utility.h MDEV-6120: When slave stops with error, error message should indicate the failing GTID 2014-06-25 15:17:03 +02:00
scheduler.cc 5.5.39 merge 2014-08-07 18:06:56 +02:00
scheduler.h MDEV-5706 MariaDB does not build on hurd-i386 2014-07-25 14:15:33 +02:00
set_var.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
set_var.h bzr merge -rtag:mariadb-10.0.14 maria/10.0/ 2014-09-28 20:43:56 -04:00
sha2.cc
signal_handler.cc 5.2 merge 2014-03-16 21:03:01 +01:00
slave.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
slave.h MDEV-6718: Server crashed in Gtid_log_event::Gtid_log_event with parallel replication 2014-11-13 10:09:46 +01:00
sp.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
sp.h MDEV-5997 - MySQL bug#11759114 - '51401: GRANT TREATS NONEXISTENT 2015-07-23 16:45:20 +04:00
sp_cache.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sp_cache.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
sp_head.cc perfschema 5.6.24 2015-05-05 15:23:47 +02:00
sp_head.h MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE BACK IN 5.5 WITH MIXED AND ROW BI 2014-07-31 12:03:20 +02:00
sp_pcontext.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sp_pcontext.h Fixed memory leaks. alias.test now runs clean with valgrind 2013-06-20 14:49:25 +03:00
sp_rcontext.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sp_rcontext.h 5.1 merge 2014-03-16 13:59:44 +01:00
spatial.cc 5.5 merge 2014-11-19 17:23:39 +01:00
spatial.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_acl.cc Merge tag 'mariadb-10.0.19' into 10.0-galera 2015-05-09 17:09:21 -04:00
sql_acl.h 5.6-compatibility, per-host connect error counter is reset only after the 2014-05-07 16:13:00 +02:00
sql_admin.cc Merge tag 'mariadb-10.0.19' into 10.0-galera 2015-05-09 17:09:21 -04:00
sql_admin.h 10.0-base merge 2014-02-26 15:28:07 +01:00
sql_alter.cc bzr merge -r4123..4144 codership/5.6 2014-09-30 18:06:15 -04:00
sql_alter.h merge of "BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES" 2014-05-07 22:36:25 +02:00
sql_analyse.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_analyse.h remove append_escaped(), use String::append_for_single_quote() instead 2014-03-26 09:41:52 +01:00
sql_array.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_audit.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_audit.h Merge with 10.0-base 2014-03-13 16:43:11 +02:00
sql_base.cc Merge branch '5.5-galera' into 10.0-galera 2015-08-14 01:17:57 -04:00
sql_base.h MDEV-7936: Assertion `!table || table->in_use == _current_thd()' failed on parallel replication in optimistic mode 2015-04-13 14:24:18 +02:00
sql_binlog.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_binlog.h
sql_bitmap.h 5.2 merge 2014-03-16 21:03:01 +01:00
sql_bootstrap.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_bootstrap.h MDEV-3816 init-file stops getting executed if a long enough line is encountered; on a debug version, assertion `! is_set() || can_overwrite_status' fails 2012-12-16 21:11:24 +01:00
sql_builtin.cc.in Initial merge result with mariaDB 10: lp:maria 2013-07-13 13:01:13 +03:00
sql_cache.cc 5.5.40+ merge 2014-10-09 10:30:11 +02:00
sql_cache.h MDEV-4786 merge 10.0-monty -> 10.0 2013-08-12 14:17:51 +02:00
sql_callback.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_class.cc Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSH 2015-09-09 21:31:16 -04:00
sql_class.h MDEV-8617: Multiple galera tests failures with --ps-protocol 2015-08-14 00:01:18 -04:00
sql_client.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_cmd.h 10.0-base merge (roles) 2013-10-29 15:08:44 +01:00
sql_connect.cc Merge tag 'mariadb-10.0.20' into 10.0-galera 2015-06-21 23:54:55 -04:00
sql_connect.h Bug#14003080:65104: MAX_USER_CONNECTIONS WITH PROCESSLIST EMPTY 2012-05-28 11:14:43 +05:30
sql_const.h MDEV-4841 Wrong character set of ADDTIME() and DATE_ADD() 2013-08-22 13:59:30 +04:00
sql_crypt.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_crypt.h Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
sql_cursor.cc MDEV-7040: Crash in field_conv, memcpy_field_possible, part#2 2015-08-03 21:02:27 +03:00
sql_cursor.h Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
sql_db.cc Merge branch '5.5' into 10.0 2015-02-18 15:16:27 +01:00
sql_db.h s/st_ha_create_information/HA_CREATE_INFO/ 2013-04-07 15:35:39 +02:00
sql_delete.cc Merge tag 'mariadb-10.0.19' into 10.0-galera 2015-05-09 17:09:21 -04:00
sql_delete.h MWL#205 DELETE with result set (mdev-3814) 2013-08-06 13:31:38 -07:00
sql_derived.cc Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
sql_derived.h MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML flow with views and triggers 2015-01-29 15:12:32 +02:00
sql_digest.cc Merge branch 'merge-perfschema-5.6' into 10.0 2015-08-03 16:34:59 +02:00
sql_digest.h perfschema 5.6.24 2015-05-05 15:23:47 +02:00
sql_digest_stream.h perfschema 5.6.24 2015-05-05 15:23:47 +02:00
sql_do.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_do.h
sql_error.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_error.h 5.5.38 merge 2014-06-06 00:07:27 +02:00
sql_explain.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_explain.h Better comments 2013-10-17 17:50:30 +04:00
sql_expression_cache.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_expression_cache.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
sql_get_diagnostics.cc MDEV-6661 PI() does not work well in UCS2/UTF16/UTF32 context 2014-09-01 20:57:32 +04:00
sql_get_diagnostics.h Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
sql_handler.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_handler.h merge with 5.3 2011-10-19 21:45:18 +02:00
sql_help.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_help.h
sql_hset.h find() method for Hash_set<>. 2013-10-18 12:36:03 -07:00
sql_insert.cc Merge branch '5.5-galera' into 10.0-galera 2015-06-23 16:46:12 -04:00
sql_insert.h MDEV-9095: Executing triggers on slave in row-based replication 2014-03-19 11:00:56 +02:00
sql_join_cache.cc 5.5 merge 2014-09-16 14:03:17 +02:00
sql_join_cache.h Fixed bug mdev-6071. 2014-06-10 10:34:58 -07:00
sql_lex.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
sql_lex.h Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
sql_lifo_buffer.h 5.3 merge 2014-02-22 22:51:20 +01:00
sql_list.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
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-7968 Virtual column set to NULL using load data infile 2015-07-27 12:50:51 +02:00
sql_load.h
sql_locale.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_locale.h
sql_manager.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_manager.h
sql_parse.cc Refs codership/mysql-wsrep#132 2015-09-09 22:16:39 -04:00
sql_parse.h maria-10.0.16 merge 2015-01-26 22:54:27 -05:00
sql_partition.cc remove unused file and unnecessary #include 2015-05-03 11:22:04 +02:00
sql_partition.h MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1 2013-11-28 12:10:44 +01:00
sql_partition_admin.cc refs codership/mysql-wsrep#114 - skipping TOI if not using wsrep provider 2015-09-09 21:20:41 -04:00
sql_partition_admin.h Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
sql_plist.h merge 10-base->10.0 2013-11-11 23:40:53 +02:00
sql_plugin.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04: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 strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 2013-04-17 19:42:34 +02:00
sql_plugin_services.h MroongaSE: addint thd_autoinc and thd_error_context plugin services 2013-12-12 19:18:49 +04:00
sql_prepare.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
sql_prepare.h MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
sql_priv.h 5.5.40+ merge 2014-10-09 10:30:11 +02:00
sql_profile.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_profile.h mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
sql_reload.cc bzr merge -rtag:mariadb-10.0.15 maria/10.0 2014-12-05 12:33:02 -05:00
sql_reload.h MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:06:29 +01:00
sql_rename.cc MDEV-5309 - RENAME TABLE does not check for existence of the table's engine 2015-06-16 12:12:17 +04:00
sql_rename.h test_sql_discovery storage engine 2013-04-09 16:07:35 +02:00
sql_repl.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
sql_repl.h Merge MariaDB 10.0-base to 10.0. 2014-02-10 15:12:17 +01:00
sql_select.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
sql_select.h Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
sql_servers.cc Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
sql_servers.h Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
sql_show.cc Merge branch '5.5-galera' into 10.0-galera 2015-08-14 01:17:57 -04:00
sql_show.h Merge branch '5.5-galera' into 10.0-galera 2015-08-14 01:17:57 -04:00
sql_signal.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_signal.h Finished merging wl5986 started by Igor. 2013-06-19 14:32:14 +03:00
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_statistics.cc MDEV-7362: ANALYZE TABLES crash with table-independent-statistics gathering 2015-01-17 16:58:10 +00:00
sql_statistics.h MDEV-6442: Assertion `join->best_read < double(...)' failed with optimizer_use_condition_selectivity >=3 2014-10-06 15:29:22 +04:00
sql_string.cc MDEV-6752 Trailing incomplete characters are not replaced to question marks on conversion 2014-09-18 12:40:55 +04:00
sql_string.h 5.5 merge 2014-11-19 17:23:39 +01:00
sql_table.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
sql_table.h 5.5.39 merge 2014-08-07 18:06:56 +02:00
sql_tablespace.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_tablespace.h
sql_test.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
sql_test.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_time.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_time.h MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATETIME COMPARE" 2014-06-11 10:08:08 +02:00
sql_trigger.cc MDEV-7996 : CURRENT_USER definer does not replicate for triggers 2015-04-16 16:29:02 -04:00
sql_trigger.h Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
sql_truncate.cc Merge tag 'mariadb-10.0.19' into 10.0-galera 2015-05-09 17:09:21 -04:00
sql_truncate.h 5.5.38 merge 2014-06-06 00:07:27 +02:00
sql_udf.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
sql_udf.h remove ULL() and LL(), because they're totally unnecessary 2013-04-07 14:00:16 +02:00
sql_union.cc Merge commit '96badb16afcf' into 10.0 2015-08-03 23:09:43 +03:00
sql_union.h
sql_update.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
sql_update.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_view.cc Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
sql_view.h Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
sql_yacc.yy Merge tag 'mariadb-10.0.20' into 10.0-galera 2015-06-21 23:54:55 -04:00
strfunc.cc 10.0-base merge 2014-02-26 15:28:07 +01:00
strfunc.h Fixed issues with partitions and create temporary table SELECT ... 2013-07-03 22:50:34 +03:00
structs.h Merge branch '5.5' into 10.0 2015-03-06 18:41:32 +01:00
sys_vars.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
sys_vars.h MDEV-6459 max_relay_log_size and sql_slave_skip_counter misbehave on PPC64 2014-09-10 13:22:44 +02:00
sys_vars_shared.h
table.cc Merge tag 'mariadb-10.0.21' into 10.0-galera 2015-08-08 14:21:22 -04:00
table.h Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
table_cache.cc MDEV-6314 - Compile/run MariaDB with ASan 2014-06-10 22:20:33 +04:00
table_cache.h MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tables 2014-03-20 11:11:13 +04:00
thr_malloc.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
thr_malloc.h MDEV-4011 Added per thread memory counting and usage 2013-01-23 16:16:14 +01:00
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 Fixing AIX compilation failires 2014-02-27 19:44:00 +04:00
threadpool_win.cc merge with 5.5 2012-11-03 12:28:51 +01:00
transaction.cc Merge tag 'mariadb-10.0.19' into 10.0-galera 2015-05-09 17:09:21 -04:00
transaction.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
tzfile.h Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
tztime.cc Merge tag 'mariadb-10.0.20' into 10.0-galera 2015-06-21 23:54:55 -04:00
tztime.h Merge with 5.2. 2011-12-11 11:34:44 +02:00
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 Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
unireg.cc MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
unireg.h MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
winservice.c Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
winservice.h CRLF->LF 2015-06-02 22:07:47 +02:00
wsrep_applier.cc MDEV-8239 : Idle threads post-execution end up in closing tables state 2015-06-19 00:17:25 -04:00
wsrep_applier.h Refs codership/mysql-wsrep#33 2015-05-08 17:41:06 -04:00
wsrep_binlog.cc Merge lp:codership-mysql/5.5 -r3961..3980. 2014-04-16 13:08:29 +03:00
wsrep_binlog.h cleanup: remove duplicate declaration 2015-02-19 17:48:23 -05:00
wsrep_check_opts.cc MDEV-6447: Galera: Enable QC 2014-09-17 14:59:39 -04:00
wsrep_hton.cc Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSH 2015-09-09 21:31:16 -04:00
wsrep_mysqld.cc Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSH 2015-09-09 21:31:16 -04:00
wsrep_mysqld.h Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSH 2015-09-09 21:31:16 -04:00
wsrep_notify.cc Refs codership/mysql-wsrep#141: this commit 2015-09-09 17:02:26 -04:00
wsrep_priv.h Refs codership/mysql-wsrep#33 2015-05-08 17:41:06 -04:00
wsrep_sst.cc Merge branch '5.5-galera' into 10.0-galera 2015-09-09 20:51:39 -04:00
wsrep_sst.h LP1378355 - Pass the value of --defaults-group-suffix to xtrabackup during SST 2015-05-08 17:41:05 -04:00
wsrep_thd.cc Refs codership/mysql-wsrep#132 2015-09-09 22:16:39 -04:00
wsrep_thd.h MDEV-6602: rpl.rpl_mdev6020 fails sporadically with SIGABRT 2014-08-25 09:13:15 +03:00
wsrep_utils.cc Refs codership/mysql-wsrep#141: this commit 2015-09-09 22:29:03 -04:00
wsrep_utils.h This commit fixes 2015-09-09 17:03:31 -04:00
wsrep_var.cc Refs codership/mysql-wsrep#33 - change const initialization to assignment to follow the genral style of the file. 2015-05-08 17:41:08 -04:00
wsrep_var.h Merged r4014 from codership/5.5 2014-08-12 18:23:53 -04:00
wsrep_xid.cc Refs codership/mysql-wsrep#33 2015-05-08 17:41:06 -04:00
wsrep_xid.h Refs codership/mysql-wsrep#33 2015-05-08 17:41:06 -04:00