mariadb/sql
Sergei Golubchik 6a742fc3b1 MDEV-3927 Add variable "have yassl"
have_openssl variable was ON even when OpenSSL was not used (but YaSSL was).
fix that, so that have_openssl really corresponds to OpenSSL

rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
2012-12-18 11:56:00 +01:00
..
examples merge with 5.3 2011-10-19 21:45:18 +02:00
share Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
add_errmsg
authors.h 5.3 merge 2012-01-13 15:50:02 +01: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 Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
CMakeLists.txt SHOW EXPLAIN: merge to 10.0-base. 2012-10-06 11:30:52 +04:00
contributors.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
create_options.cc 5.3 merge 2012-10-18 23:33:06 +02:00
create_options.h merge with 5.3 2011-10-19 21:45:18 +02:00
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc MDEV-532: Async InnoDB commit checkpoint. 2012-12-14 15:38:07 +01:00
debug_sync.h debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
derror.cc Better error message when using --language or --log-bin 2012-09-07 17:05:17 +03:00
derror.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
des_key_file.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
des_key_file.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
discover.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
discover.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
event_data_objects.cc 5.3 merge 2012-01-13 15:50:02 +01:00
event_data_objects.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
event_db_repository.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
event_db_repository.h 5.3 merge 2012-01-13 15:50:02 +01:00
event_parse_data.cc 5.3 merge 2012-01-13 15:50:02 +01:00
event_parse_data.h 5.3 merge 2012-01-13 15:50:02 +01:00
event_queue.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
event_queue.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
event_scheduler.cc Implementation of Multi-source replication (MDEV:253) 2012-09-28 02:06:56 +03:00
event_scheduler.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
events.cc Switch automaticly to statement based replication for statements that can't generate row based events. This is needed to avoid getting 2012-09-04 19:26:30 +03:00
events.h 5.5-merge 2011-07-02 22:08:51 +02:00
field.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
field.h MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-12-13 22:56:03 +02:00
field_conv.cc mysql-5.5 merge 2012-06-14 20:05:31 +02:00
filesort.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01: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 Merge MDEV-415 -> 10.0-base. 2012-09-01 19:41:38 -07:00
filesort_utils.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
frm_crypt.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
frm_crypt.h Updated/added copyright headers 2011-06-30 17:46:53 +02: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
gstream.cc Merge with 5.2. 2011-12-11 11:34:44 +02:00
gstream.h 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
ha_ndbcluster.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
ha_ndbcluster.h mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
ha_ndbcluster_binlog.cc Merge from 5.3 2012-08-24 15:29:01 +02:00
ha_ndbcluster_binlog.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
ha_partition.h simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
handler.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
handler.h simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
hash_filo.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
hash_filo.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
hostname.cc Bug#11753779: MAX_CONNECT_ERRORS WORKS ONLY WHEN 1ST 2012-06-19 13:54:31 +05:30
hostname.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
init.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
init.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
innodb_priv.h 5.3 merge 2012-05-04 07:16:38 +02:00
item.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
item.h Fix of MDEV-511. 2012-09-07 09:39:51 +03:00
item_buff.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
item_cmpfunc.cc Merge from 5.3 2012-08-24 13:57:39 +02:00
item_cmpfunc.h Merge 5.3 -> 5.5 2012-06-20 15:01:28 +04:00
item_create.cc Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
item_create.h 5.3 merge 2012-01-13 15:50:02 +01:00
item_func.cc SHOW EXPLAIN: merge to 10.0-base. 2012-10-06 11:30:52 +04:00
item_func.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
item_geofunc.cc merge 5.3->5.5 2012-09-06 00:14:33 +03:00
item_geofunc.h 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
item_row.cc Merge 5.3 -> 5.5 2012-06-20 15:01:28 +04:00
item_row.h 5.3 merge 2012-01-13 15:50:02 +01:00
item_strfunc.cc Merge MariaDB 5.1.66 -> 5.2 -> 5.3 2012-11-09 10:11:20 +02:00
item_strfunc.h Merged the fix for bug lp:944706, mdev-193 2012-06-19 15:06:45 +03:00
item_subselect.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
item_subselect.h MDEV-3812: Remove unneeded extra call to engine->exec() in Item_subselect::exec, remove enum store_key_result 2012-10-25 15:50:10 +03:00
item_sum.cc 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
item_sum.h Merge 5.3->5.5. 2012-03-01 14:22:22 -08:00
item_timefunc.cc 5.3 merge 2012-08-31 14:15:52 +02:00
item_timefunc.h LP993103: Wrong result with LAST_DAY('0000-00-00 00:00:00')IS NULL in WHERE condition 2012-05-02 16:53:02 +02:00
item_xmlfunc.cc Added new status variables: 2012-09-09 01:22:06 +03:00
item_xmlfunc.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
key.cc Merge with 5.2. 2011-12-11 11:34:44 +02:00
key.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
keycaches.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
keycaches.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
lex.h Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
lex_symbol.h
lock.cc MDEV-254: Server hang with FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT 2012-05-08 14:27:44 +02:00
lock.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
log.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
log.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
log_event.cc Merge mdev-452 with the latest 10.0-base. 2012-10-18 15:57:12 +03:00
log_event.h Merge MariaDB 5.1.66 -> 5.2.12 2012-11-08 15:24:35 +02:00
log_event_old.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
log_event_old.h merge from 5.2 2012-08-24 14:02:32 +02:00
log_slow.h
main.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mdl.cc mysql-5.5.28 2012-10-16 13:04:42 +02:00
mdl.h mysql-5.5.28 2012-10-16 13:04:42 +02:00
mem_root_array.h Backport 5.5=>5.1 Patch for Bug#13805127: 2012-04-18 13:14:05 +02:00
message.h 5.3 merge 2012-01-13 15:50:02 +01:00
message.mc
message.rc
mf_iocache.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
MSG00001.bin
multi_range_read.cc Fixed compiler errors 2012-08-14 19:59:28 +03:00
multi_range_read.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
my_apc.cc MWL#182: Explain running statements 2012-07-17 21:52:08 +04:00
my_apc.h MWL#182: Explain running statements 2012-07-17 21:52:08 +04:00
my_decimal.cc 5.3 merge 2012-01-13 15:50:02 +01:00
my_decimal.h merge 2012-04-05 23:07:18 +02:00
mysql_install_db.cc MDEV-393. Remove --loose-pbxt=OFF/loose-skip-pbxt from bootstrapper calls to avoid "unknown parameter" warning 2012-07-12 15:32:35 +02:00
mysql_upgrade_service.cc
mysqld.cc MDEV-3927 Add variable "have yassl" 2012-12-18 11:56:00 +01:00
mysqld.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
mysqld_suffix.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
net_serv.cc Update copyright notices 2012-02-28 18:53:05 +01:00
nt_servc.cc Bug#11754011: 45546: START WINDOWS SERVICE, THEN EXECUTE WHAT IS NEEDED. 2011-12-13 17:44:19 +02: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 5.3 merge 2012-02-21 20:51:56 +01:00
opt_range.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
opt_range.h Merge 5.3->5.5. 2012-06-24 09:10:11 -07:00
opt_range_mrr.cc fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
opt_subselect.cc SHOW EXPLAIN: merge with 5.5-main 2012-10-06 11:03:37 +04:00
opt_subselect.h 5.3 merge 2012-05-04 07:16:38 +02:00
opt_sum.cc MDEV-414 Depending on indexes or execution plans, a warning on incorrect or out of range values in WHERE condition is sometimes produced and sometimes not 2012-08-31 13:03:41 +02:00
opt_table_elimination.cc fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
parse_file.cc 5.3 merge 2012-05-04 07:16:38 +02:00
parse_file.h 5.3 merge 2012-05-04 07:16:38 +02:00
partition_element.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
partition_info.cc 5.3 merge 2012-01-13 15:50:02 +01:00
partition_info.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
password.c mysql-5.5 merge 2012-06-14 20:05:31 +02:00
plistsort.c
procedure.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
procedure.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
protocol.cc 5.2 merge. 2012-08-22 16:45:25 +02:00
protocol.h MWL#182: Explain running statements: address review feedback 2012-07-10 21:23:00 +04:00
records.cc merge 5.1 => 5.5 2012-06-05 16:12:22 +02:00
records.h 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
repl_failsafe.cc Merge from 5.3 2012-08-24 15:29:01 +02:00
repl_failsafe.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
replication.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
rpl_constants.h
rpl_filter.cc Make Replication filter settings dynamic. 2012-03-19 15:00:23 -07:00
rpl_filter.h Make Replication filter settings dynamic. 2012-03-19 15:00:23 -07:00
rpl_handler.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
rpl_handler.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
rpl_injector.cc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
rpl_injector.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
rpl_mi.cc Fixed compiler warnings 2012-10-04 23:58:59 +03:00
rpl_mi.h Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_record.cc Split ER_NO_SUCH_TABLE into ER_NO_SUCH_TABLE and ER_NO_SUCH_TABLE_IN_ENGINE to be able to distingus if a .frm file is missing or if the table is missing in the engine. 2012-08-28 19:39:49 +03:00
rpl_record.h Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
rpl_record_old.cc Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
rpl_record_old.h Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
rpl_reporting.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
rpl_reporting.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
rpl_rli.cc MDEV-532: Async InnoDB commit checkpoint. 2012-12-14 15:38:07 +01:00
rpl_rli.h Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_tblmap.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
rpl_tblmap.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
rpl_utility.cc 5.3 merge 2012-08-27 18:13:17 +02:00
rpl_utility.h merge with MySQL 5.1.65 2012-08-22 11:40:39 +02:00
scheduler.cc MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
scheduler.h MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
set_var.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
set_var.h MDEV-3927 Add variable "have yassl" 2012-12-18 11:56:00 +01:00
sha2.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
signal_handler.cc MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 2012-07-31 19:29:07 +02:00
slave.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
slave.h Implementation of Multi-source replication (MDEV:253) 2012-09-28 02:06:56 +03:00
sp.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
sp.h Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
sp_cache.cc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sp_cache.h mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sp_head.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sp_head.h merge 2012-04-05 12:01:52 +02:00
sp_pcontext.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sp_pcontext.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sp_rcontext.cc Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
sp_rcontext.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
spatial.cc Merge MariaDB 5.1.66 -> 5.2 -> 5.3 2012-11-09 10:11:20 +02:00
spatial.h Merge MariaDB 5.1.66 -> 5.2 -> 5.3 2012-11-09 10:11:20 +02:00
sql_acl.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sql_acl.h Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
sql_admin.cc Split ER_NO_SUCH_TABLE into ER_NO_SUCH_TABLE and ER_NO_SUCH_TABLE_IN_ENGINE to be able to distingus if a .frm file is missing or if the table is missing in the engine. 2012-08-28 19:39:49 +03:00
sql_admin.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_alter.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_alter.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_analyse.cc 5.3 merge 2012-01-13 15:50:02 +01:00
sql_analyse.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_array.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
sql_audit.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_audit.h MDEV-259 audit plugin does not see sub-statements 2012-11-08 16:49:07 +01:00
sql_base.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_base.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_binlog.cc compilation warning: unused variable 2012-03-05 21:55:25 +01:00
sql_binlog.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_bitmap.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_builtin.cc.in mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_cache.cc Fix for bug lp:1039277 "Crash in sql_cache.cc". 2012-08-21 08:46:32 +03:00
sql_cache.h fixed MySQL bug#53775: 2012-07-13 22:17:32 +03:00
sql_callback.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_class.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sql_class.h MDEV-532: Async InnoDB commit checkpoint. 2012-12-14 15:38:07 +01:00
sql_client.cc Update copyright notices 2012-02-28 18:53:05 +01:00
sql_connect.cc Bug#11753779: MAX_CONNECT_ERRORS WORKS ONLY WHEN 1ST 2012-06-19 13:54:31 +05:30
sql_connect.h Bug#14003080:65104: MAX_USER_CONNECTIONS WITH PROCESSLIST EMPTY 2012-05-28 11:14:43 +05:30
sql_const.h Implementation of Multi-source replication (MDEV:253) 2012-09-28 02:06:56 +03:00
sql_crypt.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
sql_crypt.h Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
sql_cursor.cc Fix for bug lp:1039277 "Crash in sql_cache.cc". 2012-08-21 08:46:32 +03:00
sql_cursor.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_db.cc Merge from 5.3 2012-08-24 15:29:01 +02:00
sql_db.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_delete.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_delete.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_derived.cc Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
sql_derived.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_do.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_do.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_error.cc Merge with 5.2. 2011-12-11 11:34:44 +02:00
sql_error.h merge with 5.3 2011-10-19 21:45:18 +02:00
sql_expression_cache.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
sql_expression_cache.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
sql_handler.cc Merge mariadb 5.3->mariadb 5.5 2012-03-24 18:21:22 +01:00
sql_handler.h merge with 5.3 2011-10-19 21:45:18 +02:00
sql_help.cc 5.3 merge 2012-01-13 15:50:02 +01:00
sql_help.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_hset.h
sql_insert.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sql_insert.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_join_cache.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_join_cache.h 5.3 merge 2012-02-21 20:51:56 +01:00
sql_lex.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sql_lex.h SHOW EXPLAIN: merge to 10.0-base. 2012-10-06 11:30:52 +04:00
sql_lifo_buffer.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00
sql_list.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_list.h mysql-5.5.28 2012-10-16 13:04:42 +02:00
sql_load.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-12-13 22:56:03 +02:00
sql_load.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_locale.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_locale.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_manager.cc 5.3.4 merge 2012-02-15 18:08:08 +01:00
sql_manager.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_parse.cc MDEV-438 Microseconds: Precision is ignored in CURRENT_TIMESTAMP(N) when it is given as a default column value 2012-12-17 20:47:23 +01:00
sql_parse.h 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
sql_partition.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
sql_partition.h mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
sql_partition_admin.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_partition_admin.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_plist.h Fix for bug#12695572 - "IMPROVE MDL PERFORMANCE IN PRE-VISTA 2011-11-15 22:00:14 +04:00
sql_plugin.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_plugin.h merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
sql_plugin_services.h debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
sql_prepare.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_prepare.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_priv.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_profile.cc 5.2 merge. 2012-08-22 16:45:25 +02:00
sql_profile.h MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 2012-07-31 19:29:07 +02:00
sql_reload.cc Implementation of Multi-source replication (MDEV:253) 2012-10-04 01:37:58 +03:00
sql_reload.h
sql_rename.cc 5.3 merge 2012-01-13 15:50:02 +01:00
sql_rename.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_repl.cc Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
sql_repl.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_select.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sql_select.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_servers.cc Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
sql_servers.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_show.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sql_show.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_signal.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_signal.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_sort.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
sql_state.c Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
sql_string.cc MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
sql_string.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_table.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_table.h MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
sql_tablespace.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
sql_tablespace.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_test.cc Fixed some simple warnings on Windows. 2012-04-13 19:44:22 +02:00
sql_test.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_time.cc 5.3 merge 2012-08-31 14:15:52 +02:00
sql_time.h 5.3 merge 2012-08-31 14:15:52 +02:00
sql_trigger.cc Added new status variables: 2012-09-09 01:22:06 +03:00
sql_trigger.h 5.3 merge 2012-01-13 15:50:02 +01:00
sql_truncate.cc Merge from 5.3 2012-08-24 15:29:01 +02:00
sql_truncate.h
sql_udf.cc Switch automaticly to statement based replication for statements that can't generate row based events. This is needed to avoid getting 2012-09-04 19:26:30 +03:00
sql_udf.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_union.cc Merge mdev-452 with the latest 10.0-base. 2012-10-18 15:57:12 +03:00
sql_union.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_update.cc Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
sql_update.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
sql_view.cc 5.3 merge 2012-05-04 07:16:38 +02:00
sql_view.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sql_yacc.yy MDEV-438 Microseconds: Precision is ignored in CURRENT_TIMESTAMP(N) when it is given as a default column value 2012-12-17 20:47:23 +01:00
strfunc.cc Implementation of Multi-source replication (MDEV:253) 2012-09-28 02:06:56 +03:00
strfunc.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
structs.h Merge MWL #247 from mariadb 5.3 -> mariadb 5.5. 2012-03-02 15:03:20 -08:00
sys_vars.cc MDEV-3927 Add variable "have yassl" 2012-12-18 11:56:00 +01:00
sys_vars.h remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
sys_vars_shared.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table.cc remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 2012-12-17 10:56:26 +01:00
table.h Merge mariadb-5.5 -> 10.0-base. 2012-12-16 16:49:19 -08:00
thr_malloc.cc 5.3 merge 2012-01-13 15:50:02 +01:00
thr_malloc.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
threadpool.h Added copiright, some more comments 2012-02-17 23:27:15 +01:00
threadpool_common.cc MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
threadpool_unix.cc MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
threadpool_win.cc MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index 2012-11-02 10:43:52 +01:00
transaction.cc This patch fixes the bug#13737343 (formerly known as 64374): XA TRANSACTIONS 2012-03-15 15:10:57 +06:00
transaction.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
tzfile.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
tztime.cc Added new status variables: 2012-09-09 01:22:06 +03:00
tztime.h Merge with 5.2. 2011-12-11 11:34:44 +02:00
udf_example.c 5.3 merge 2012-01-13 15:50:02 +01:00
udf_example.def
uniques.cc MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line. 2012-09-01 14:21:59 -07:00
unireg.cc Merge 5.3->5.5. 2012-06-24 09:10:11 -07:00
unireg.h fix compile error, when building with oqgraph 2012-06-25 18:17:24 +02:00
winservice.c Merge 5.3->5.5 2012-03-17 01:26:58 -07:00
winservice.h fix the include guards and add missing gplv2 headers 2012-02-17 12:19:38 +01:00