mariadb/sql
Sergey Glukhov b6d360876e automerge
2010-02-16 13:44:36 +04:00
..
examples
share Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
.cvsignore
add_errmsg
authors.h
client_settings.h
CMakeLists.txt
contributors.h
custom_conf.h
debug_sync.cc
debug_sync.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 fixed various pb2 test failures on windows. 2010-02-02 14:17:21 +02:00
event_scheduler.h
events.cc Revert a patch for Bug#48231, which introduced valgrind warnings. 2010-02-02 16:38:44 +03:00
events.h
field.cc Bug#45195 valgrind warnings about uninitialized values in store_record_in_cache() 2010-02-10 18:56:47 +04:00
field.h
field_conv.cc
filesort.cc Auto-merge. 2010-01-29 15:08:49 +04:00
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 Manual merge (moved the check for log_table before name lock) 2010-02-12 10:03:10 +01:00
ha_partition.h
handler.cc
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Addendum to bug #46175 : use and check for the correct error values 2010-02-11 19:41:53 +02:00
item.h Bug #45640: optimizer bug produces wrong results 2010-02-06 23:54:30 +04:00
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc Bug#48294 assertion when creating a view based on some row() construct in select query 2010-02-12 13:44:20 +04:00
item_row.h
item_strfunc.cc Fix for compiler warnings: 2010-01-28 19:51:40 -02:00
item_strfunc.h Fix for compiler warnings: 2010-01-28 19:51:40 -02:00
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_xmlfunc.cc
item_xmlfunc.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc BUG#48632: Fix for Bug #23300 Has Not Been Backported 2010-02-05 17:01:09 +00:00
log.h
log_event.cc BUG#50620: Adding an index to a table prevents slave from logging 2010-02-05 17:48:01 +00:00
log_event.h bug#47142 2010-01-27 19:27:49 +02:00
log_event_old.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
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 Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
mysql_priv.h.pp
mysqld.cc Bug#49025: mysqld-debug: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func" 2010-02-05 10:55:20 -02:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc BUG#49902 - SELECT returns incorrect results 2010-02-09 12:53:13 +04:00
opt_range.h
opt_sum.cc BUG#49902 - SELECT returns incorrect results 2010-02-09 12:53:13 +04:00
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc
partition_info.h
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
records.cc
repl_failsafe.cc
repl_failsafe.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_injector.cc Fix for compiler warnings: 2010-01-28 19:51:40 -02:00
rpl_injector.h
rpl_mi.cc
rpl_mi.h
rpl_record.cc Fix for compiler warnings: 2010-01-28 19:51:40 -02: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
scheduler.cc
scheduler.h
set_var.cc
set_var.h
slave.cc
slave.h
sp.cc Bug#47736 killing a select from a view when the view is processing a function, asserts 2010-02-05 13:39:46 +04:00
sp.h
sp_cache.cc Bug#50624: crash in check_table_access during call procedure 2010-02-13 08:35:14 -02:00
sp_cache.h
sp_head.cc Bug #47905 stored procedures with conditional statements not 2010-02-11 21:10:13 +01:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc Revert a patch for Bug#48231, which introduced valgrind warnings. 2010-02-02 16:38:44 +03:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc merge 2010-02-16 09:54:16 +01:00
sql_binlog.cc
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc
sql_cache.h
sql_class.cc Bug#48449: hang on show create view after upgrading when view contains function of view 2010-02-10 16:11:08 -02:00
sql_class.h Bug#49534: multitable IGNORE update with sql_safe_updates 2010-02-10 15:37:34 +01:00
sql_client.cc
sql_connect.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
sql_cursor.h
sql_db.cc Fix for compiler warnings: 2010-01-28 19:51:40 -02:00
sql_delete.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc
sql_help.cc
sql_insert.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
sql_lex.cc Bug #45640: optimizer bug produces wrong results 2010-02-06 23:54:30 +04:00
sql_lex.h Bug #45640: optimizer bug produces wrong results 2010-02-06 23:54:30 +04:00
sql_list.cc
sql_list.h
sql_load.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
sql_locale.cc
sql_manager.cc
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc BUG#48632: Fix for Bug #23300 Has Not Been Backported 2010-02-05 17:01:09 +00:00
sql_partition.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
sql_partition.h
sql_plugin.cc
sql_plugin.h
sql_prepare.cc
sql_profile.cc
sql_profile.h
sql_rename.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
sql_repl.cc BUG#50780: 'show binary logs' debug assertion when binary 2010-02-05 17:51:55 +00:00
sql_repl.h
sql_select.cc Bug#50591 bit(31) causes Duplicate entry '1-NULL' for key 'group_key' 2010-02-16 13:13:49 +04:00
sql_select.h Addendum 2 for bug #46175: NULL read_view and consistent read assertion 2010-02-15 10:54:27 +02:00
sql_servers.cc
sql_servers.h
sql_show.cc
sql_show.h
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Manual merge (moved the check for log_table before name lock) 2010-02-12 10:03:10 +01:00
sql_tablespace.cc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
sql_test.cc Bug #50271: Debug output of JOIN structures is garbled 2010-01-28 12:10:57 +01:00
sql_trigger.cc Bug#50423: Crash on second call of a procedure dropping a trigger 2010-01-28 12:41:14 -02:00
sql_trigger.h
sql_udf.cc Manual merge with Conflicts: 2010-01-25 10:55:05 +08:00
sql_udf.h
sql_union.cc
sql_update.cc Bug#49534: multitable IGNORE update with sql_safe_updates 2010-02-10 15:37:34 +01:00
sql_view.cc Bug#50624: crash in check_table_access during call procedure 2010-02-13 08:35:14 -02:00
sql_view.h
sql_yacc.yy Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
strfunc.cc
structs.h
table.cc Merge fix for bug49902 to mysql-5.1-bugteam. 2010-02-09 15:43:44 +04:00
table.h BUG#49902 - SELECT returns incorrect results 2010-02-09 12:53:13 +04:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc
unireg.h