mariadb/sql
unknown ea75abc513 Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY
...and for PURGE BEFORE too. (Don't fix_fields in the parser!)


mysql-test/r/sp-error.result:
  New test case for BUG#6807
mysql-test/t/sp-error.test:
  New test case for BUG#6807
sql/sql_lex.h:
  Purge and kill query args not needed in lex. (Using value_list instead)
sql/sql_parse.cc:
  Evaluate purge before and kill query args in mysql_execute_command
  instead of in the parser. (Makes it work with stored procedures)
sql/sql_yacc.yy:
  Don't evaluate (fix_fields) args in the parser for purge before and kill query.
  (Doesn't work with stored procedures)
2004-11-25 16:13:06 +01:00
..
examples
share merge 2004-11-21 20:08:12 +02:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc A fix. Why didn't we use UINT_MAX32? 2004-11-24 22:18:28 +04:00
field.h
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc
ha_berkeley.h
ha_heap.cc
ha_heap.h
ha_innodb.cc
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc ha_myisammrg was missing index_type() method bug#6756 2004-11-23 22:57:04 +01:00
ha_myisammrg.h ha_myisammrg was missing index_type() method bug#6756 2004-11-23 22:57:04 +01:00
ha_ndbcluster.cc Merging 4.1 to 5.0 2004-11-24 12:34:44 -08:00
ha_ndbcluster.h Merging 4.1 to 5.0 2004-11-24 12:34:44 -08:00
handler.cc merged 2004-11-22 21:33:15 +01:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
item.h Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
item_buff.cc
item_cmpfunc.cc merged 2004-11-22 21:33:15 +01:00
item_cmpfunc.h merge 2004-11-21 20:08:12 +02:00
item_create.cc
item_create.h
item_func.cc
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc
item_strfunc.h
item_subselect.cc merge 2004-11-21 20:08:12 +02:00
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc
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
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
mysqld.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc don't crash when trp=0 2004-11-23 16:28:51 +01:00
opt_range.h
opt_sum.cc merge 2004-11-21 20:08:12 +02:00
parse_file.cc
parse_file.h
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc merged 2004-11-22 21:33:15 +01:00
set_var.h
slave.cc
slave.h
sp.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sp_head.h Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc merge 2004-11-21 20:08:12 +02:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc
sql_class.h merge 2004-11-21 20:08:12 +02:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc
sql_delete.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
sql_derived.cc
sql_do.cc merged 2004-11-22 21:33:15 +01:00
sql_error.cc
sql_handler.cc
sql_help.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_insert.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_lex.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
sql_lex.h Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY 2004-11-25 16:13:06 +01:00
sql_list.cc
sql_list.h
sql_load.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_parse.cc Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY 2004-11-25 16:13:06 +01:00
sql_prepare.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
sql_select.h A small cleanup in sql_select.h 2004-11-24 12:49:00 +03:00
sql_show.cc Fixed bug related to lower case table names on Power Mac 2004-11-24 19:32:10 +03:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Merge bk-internal:/home/bk/mysql-5.0 2004-11-22 22:58:34 +01:00
sql_test.cc
sql_trigger.cc Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sql_trigger.h Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
sql_view.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
sql_view.h post-merge fix 2004-11-25 02:23:13 +02:00
sql_yacc.yy Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY 2004-11-25 16:13:06 +01:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc spelling fixed/comments added (postreview fixes) 2004-11-25 09:28:32 +02:00
table.h Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2004-11-25 02:27:02 +02:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld