mariadb/sql
2009-04-06 01:22:34 +01:00
..
examples
share
.cvsignore
add_errmsg
authors.h
client_settings.h
CMakeLists.txt
contributors.h
custom_conf.h
derror.cc
des_key_file.cc
discover.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 Manual merge. 2009-03-27 13:40:35 +03:00
field.h
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_ndbcluster.cc
ha_ndbcluster.h
ha_ndbcluster_binlog.cc
ha_ndbcluster_binlog.h
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc
ha_partition.h
handler.cc Merge 2009-03-27 13:34:24 +04:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Backport bug #37348 fix 5.1 --> 5.0. 2009-04-01 16:02:26 +05:00
item.h Backport bug #37348 fix 5.1 --> 5.0. 2009-04-01 16:02:26 +05:00
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc BUG#39701: Mixed binlog format does not switch to row mode on 2009-03-24 18:27:33 +00:00
item_create.h
item_func.cc auto-merge 2009-03-19 09:44:58 -04:00
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc auto-merge 2009-03-19 09:44:58 -04:00
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc merged bug 43354 to 5.1-bugteam 2009-03-11 14:29:59 +02:00
item_sum.h
item_timefunc.cc
item_timefunc.h
item_xmlfunc.cc Bug#43183 ExctractValue() brings result list in missorder 2009-04-01 13:40:33 +05:00
item_xmlfunc.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc
log.h
log_event.cc bug#42977 2009-03-26 11:25:43 +02:00
log_event.h auto-merge 2009-03-17 16:29:24 -04:00
log_event_old.cc
log_event_old.h
Makefile.am
message.h
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h Automerge. 2009-03-27 15:59:09 +03:00
mysql_priv.h.pp
mysqld.cc auto-merge 2009-03-19 09:44:58 -04:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc merged 5.0-bugteam -> 5.1-bugteam 2009-03-24 15:58:52 +02:00
opt_range.h
opt_sum.cc
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc
partition_info.h
password.c
procedure.cc
procedure.h
protocol.cc auto-merge 2009-03-19 09:44:58 -04:00
protocol.h
records.cc
repl_failsafe.cc
repl_failsafe.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc
rpl_mi.h
rpl_record.cc BUG#39753: Replication failure on MIXED + bit + myisam + no PK 2009-03-05 20:54:53 +01:00
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h Bug#42977 RBR logs for rows with more than 250 column results in corrupt binlog 2009-03-25 12:53:56 +02:00
scheduler.cc
scheduler.h
set_var.cc @@optimizer_switch switch from no_xxx to xxx={on|off} syntax: 2009-03-16 20:02:55 +03:00
set_var.h @@optimizer_switch backport and change from no_xxx to xx=on|off: post-review fixes 2009-03-14 21:58:23 +03:00
slave.cc merge 5.1-bugteam --> 5.1-bugteam (local) 2009-04-06 01:22:34 +01:00
slave.h
sp.cc
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Manual merge. 2009-03-25 23:41:16 +04:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc Merge from 5.0-bugteam 2009-03-27 13:55:14 +01:00
sql_binlog.cc
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc fixed compilation warnings. addendum to the fix for bug 29125 2009-03-20 16:27:53 +02:00
sql_cache.h
sql_class.cc BUG#42640 mysqld crashes when unsafe statements are executed (STRICT_TRANS_TABLESmode) 2009-04-03 18:21:57 +00:00
sql_class.h Manual merge. 2009-03-25 23:41:16 +04:00
sql_client.cc
sql_connect.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
sql_cursor.h
sql_db.cc
sql_delete.cc Bug#40127 Multiple table DELETE IGNORE hangs on foreign key constraint violation 2009-03-27 17:08:14 +01:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_help.cc
sql_insert.cc fixed a compilation warning 2009-03-27 16:25:16 +02:00
sql_lex.cc Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03:00
sql_lex.h Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03:00
sql_list.cc
sql_list.h
sql_load.cc auto-merge 2009-03-17 16:29:24 -04:00
sql_locale.cc
sql_manager.cc
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03:00
sql_partition.cc Fix for bug#42944: partition not pruned correctly 2009-04-01 10:34:59 +05:00
sql_partition.h
sql_plugin.cc Manual merge of patch for bug #40552 into the team tree. 2009-03-16 13:37:13 +03:00
sql_plugin.h
sql_prepare.cc
sql_profile.cc
sql_profile.h
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc Backport bug #37348 fix 5.1 --> 5.0. 2009-04-01 16:02:26 +05:00
sql_select.h
sql_servers.cc fixed compilation warnings. addendum to the fix for bug 29125 2009-03-20 16:27:53 +02:00
sql_servers.h
sql_show.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_show.h
sql_sort.h
sql_state.c
sql_string.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_string.h
sql_table.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_tablespace.cc
sql_test.cc
sql_trigger.cc
sql_trigger.h
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc
sql_view.cc fixed compilation warnings. addendum to the fix for bug 29125 2009-03-20 16:27:53 +02:00
sql_view.h
sql_yacc.yy Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03:00
strfunc.cc @@optimizer_switch backport and change from no_xxx to xx=on|off: post-review fixes 2009-03-14 21:58:23 +03:00
structs.h
table.cc auto-merge 2009-03-19 09:44:58 -04:00
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc Merge from 5.0-bugteam 2009-03-19 11:44:57 +01:00
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc
unireg.h