mariadb/sql
2010-02-26 21:07:26 +02:00
..
examples
share Bug #35250: readline check breaks when doing vpath build 2010-02-12 18:28:35 +02: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 Bug#49501 Inefficient information_schema check (system collation) 2010-01-19 13:03:40 +04:00
event_data_objects.h
event_db_repository.cc Bug #49132 Replication failure on temporary table + DDL 2010-01-22 17:38:21 +08:00
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 BUG#49481: RBR: MyISAM and bit fields may cause slave to stop on delete: 2010-01-21 17:20:24 +00:00
field_conv.cc revert 48525 2010-02-22 16:58:56 +00:00
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 Bug#47669 Query showed by EXPLAIN EXTENDED gives different result from original query 2010-02-26 17:40:01 +04:00
item.h Bug #45640: optimizer bug produces wrong results 2010-02-06 23:54:30 +04:00
item_buff.cc
item_cmpfunc.cc merge 5.1-main to 5.1-bugteam 2010-01-13 12:28:42 +02:00
item_cmpfunc.h Bug#50995 Having clause on subquery result produces incorrect results. 2010-02-26 15:39:25 +04:00
item_create.cc BUG#49222: Mark RAND() as unsafe 2010-01-13 10:00:03 +01:00
item_create.h
item_func.cc 5.0-bugteam->5.1-bugteam merge 2009-12-22 14:38:33 +04:00
item_func.h Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY <any non-const-function> 2009-12-22 17:52:15 +02:00
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 manual merge 2010-02-19 19:06:47 +00:00
item_sum.h
item_timefunc.cc
item_timefunc.h Bug #42849: innodb crash with varying time_zone on partitioned 2009-12-13 23:29:50 +03:00
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 #43414 Parenthesis (and other) warnings compiling 2010-02-22 14:23:47 +01:00
log_event.h bug#47142 2010-01-27 19:27:49 +02:00
log_event_old.cc Bug #43414 Parenthesis (and other) warnings compiling 2010-02-22 14:23:47 +01: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 merging from 5.1 rep to a local branch 2010-02-26 21:07:26 +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 Bug#49501 Inefficient information_schema check (system collation), addon 2010-01-22 14:58:21 +04:00
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 correction to the earlier merging: s/return/DBUG_RETURN/ 2009-12-14 18:50:22 +02:00
rpl_rli.h merging 5.0-bt -> 5.1-bt to local branch with bug@47210 2009-12-14 18:32:22 +02:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h Bug#48776 row based replication breaks with spatial / geometry types, cause crashes! 2010-01-05 14:25:29 +08:00
scheduler.cc
scheduler.h
set_var.cc WL#5154 Remove deprecated 4.1 features 2010-01-21 09:10:05 +01:00
set_var.h
slave.cc Bug #51089 SHOW STATUS LIKE 'Slave_running' is not compatible with `SHOW SLAVE STATUS' 2010-02-25 12:39:43 +02:00
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 revert 48525 2010-02-22 16:58:56 +00:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h Manual merge. 2009-12-18 16:44:24 -02:00
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 revert 48525 2010-02-22 16:58:56 +00:00
sql_class.h revert 48525 2010-02-22 16:58:56 +00:00
sql_client.cc
sql_connect.cc Manual merge. 2009-12-18 16:44:24 -02:00
sql_crypt.cc Bug#49141: Encode function is significantly slower in 5.1 compared to 5.0 2009-12-04 13:36:58 -02:00
sql_crypt.h Bug#49141: Encode function is significantly slower in 5.1 compared to 5.0 2009-12-04 13:36:58 -02:00
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 revert 48525 2010-02-22 16:58:56 +00: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 Bug #42849: innodb crash with varying time_zone on partitioned 2009-12-13 23:29:50 +03:00
sql_plugin.cc Bug#48983: Bad strmake calls (length one too long) 2009-12-18 17:14:09 -02:00
sql_plugin.h
sql_prepare.cc BUG#47418 RBR fails, failure with mixup of base/temporary/view 2010-01-16 15:44:24 +08:00
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 automerge 2010-02-26 16:19:05 +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 Bug#33982 debug assertion and crash reloading grant tables after sighup or kill 2010-01-13 12:39:00 +01:00
sql_servers.h
sql_show.cc Bug#49501 Inefficient information_schema check (system collation), addon 2010-01-22 14:58:21 +04:00
sql_show.h
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc post push fix for bug#42438, did not compile on non debug, 2010-02-16 11:42:22 +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 Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY <any non-const-function> 2009-12-22 17:52:15 +02:00
sql_update.cc Bug #43414 Parenthesis (and other) warnings compiling 2010-02-22 14:23:47 +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 Revert of a change introduced by Bug#47974 2010-02-23 12:17:20 +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