mariadb/sql
unknown 537ec1e6df Post review fixes for BUG#16474: SP crashed MySQL.
mysql-test/r/ps.result:
  Added test coverage for "order by" in prepared statements (related to BUG#16474).
mysql-test/r/sp.result:
  Added reference to test case for BUG#16474.
mysql-test/t/ps.test:
  Added test coverage for "order by" in prepared statements (related to BUG#16474).
mysql-test/t/sp.test:
  Added reference to test case for BUG#16474.
sql/sql_select.cc:
  Fixed comment and test for basic_const_item() instead of is_splocal().
2006-03-28 14:16:21 +02:00
..
examples
share
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-02-27 20:00:03 +03:00
field.h Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0 2006-02-27 19:26:31 +01:00
field_conv.cc Expanding a binary field should result in 0x00-filled positions, not 0x20 2006-03-02 20:49:10 -05:00
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_archive.cc
ha_archive.h
ha_berkeley.cc
ha_berkeley.h
ha_blackhole.cc
ha_blackhole.h
ha_federated.cc Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID 2006-02-28 11:17:40 +01:00
ha_federated.h Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID 2006-02-28 11:17:40 +01:00
ha_heap.cc
ha_heap.h
ha_innodb.cc
ha_innodb.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc Bug#16795 ndb_cache_multi2 2006-02-27 10:29:55 +01:00
ha_ndbcluster.h
handler.cc
handler.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
hash_filo.cc
hash_filo.h
hostname.cc Merge mysql.com:/usr/home/ram/work/mysql-4.1 2006-03-03 15:32:00 +04:00
init.cc
item.cc Merge mysql.com:/usr/home/bar/mysql-4.1.b15949 2006-03-06 16:20:15 +04:00
item.h Fixed BUG#17476: Stored procedure not returning data when it is called first 2006-03-02 14:54:04 +01:00
item_buff.cc
item_cmpfunc.cc Fix for bug#17826 'type_decimal' fails with ps-protocol 2006-03-03 15:29:39 +04:00
item_cmpfunc.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
item_create.cc
item_create.h
item_func.cc Fix for bug #17615: invalid handling of function results in UPDATE...SET statement. 2006-03-02 15:05:55 +04:00
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc
item_strfunc.h Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 2006-03-06 12:52:38 +04:00
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was 2006-02-28 19:30:30 +03:00
item_timefunc.cc Fixed BUG#17476: Stored procedure not returning data when it is called first 2006-03-02 14:54:04 +01:00
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc
log_event.cc
log_event.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
Makefile.am
matherr.c
mf_iocache.cc
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h Fix for BUG#16777: Can not create trigger nor view w/o definer 2006-03-02 14:17:13 +03:00
mysqld.cc Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
mysqld_suffix.h
net_serv.cc Make the define start at "start of line" 2006-03-02 10:55:55 +01:00
nt_servc.cc
nt_servc.h
opt_range.cc Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
opt_range.h
opt_sum.cc
parse_file.cc
parse_file.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
password.c
procedure.cc
procedure.h
protocol.cc Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
protocol.h Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc
slave.h
sp.cc Implementation of WL#2897: Complete definer support in the stored routines. 2006-03-02 15:18:49 +03:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Fix for BUG#13198: SP executes if definer does not exist. 2006-03-02 16:23:42 +03:00
sp_head.h Implementation of WL#2897: Complete definer support in the stored routines. 2006-03-02 15:18:49 +03:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
spatial.cc
spatial.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
sql_acl.cc 4.1 -> 5.0 merge 2006-03-06 14:38:31 +04:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-06 11:41:19 +02:00
sql_bitmap.h
sql_cache.cc
sql_cache.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
sql_class.cc Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sql_class.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sql_cursor.h
sql_db.cc Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-03-01 17:43:55 +03:00
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc
sql_help.cc
sql_insert.cc
sql_lex.cc
sql_lex.h Implementation of WL#2897: Complete definer support in the stored routines. 2006-03-02 15:18:49 +03:00
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Implementation of WL#2897: Complete definer support in the stored routines. 2006-03-02 15:18:49 +03:00
sql_prepare.cc Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sql_rename.cc Fix for bug #13525 "Rename table does not keep info of triggers". 2006-02-24 23:50:36 +03:00
sql_repl.cc
sql_repl.h
sql_select.cc Post review fixes for BUG#16474: SP crashed MySQL. 2006-03-28 14:16:21 +02:00
sql_select.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-02-27 20:00:03 +03:00
sql_show.cc Postfix for #15943. Explicit call of thd->clear_error() is added. 2006-02-27 16:52:14 +03:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-02-27 20:00:03 +03:00
sql_test.cc
sql_trigger.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-03-07 14:28:09 +03:00
sql_trigger.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2006-02-26 16:38:48 +03:00
sql_udf.cc Fixes bug #17595. UDFs are not initialized when running mysqld with 2006-02-27 16:27:34 +03:00
sql_udf.h
sql_union.cc
sql_update.cc Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
sql_view.cc Fix for BUG#16777: Can not create trigger nor view w/o definer 2006-03-02 14:17:13 +03:00
sql_view.h
sql_yacc.yy Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-03-07 14:28:09 +03:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-06 11:41:19 +02:00
table.h Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-06 11:41:19 +02:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
tztime.h Fixed compiler warnings from gcc 4.0.2: 2006-02-25 17:46:30 +02:00
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld