mariadb/sql
unknown cbfe9f0517 Fix for bug#4105 "Server crash on attempt to prepare a statement with
character set introducer": add new item type to be returned before from 
Item_param until it's value is set.
This way items like Item_bool_func2 and udf_handler won't treat this item
as constant literal when statement is prepared.


mysql-test/r/ps.result:
  Test results fixed (test case for bug #4105)
mysql-test/t/ps.test:
  Followup to bug #4105: a test case.
sql/item.cc:
  Fix for bug#4105 "Server crash on attempt to prepare a statement with 
  character set introducer": add new item type to be returned before from 
  Item_param until it's value is set.
sql/item.h:
  Fix for bug#4105 "Server crash on attempt to prepare a statement with 
  character set introducer": add new item type to be returned before from 
  Item_param until it's value is set.
2004-06-18 04:16:08 +04:00
..
examples Last patch before push into main tree. Updated from code review and final once over. 2004-06-07 02:06:33 -07:00
share Error message edits. 2004-06-16 11:59:35 -05:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc after review fix (BUG#4067) 2004-06-17 13:48:31 +03:00
field.h after review fix (BUG#4067) 2004-06-17 13:48:31 +03:00
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.cc: 2004-06-11 10:21:22 +03:00
ha_innodb.h Added function 2004-06-10 15:01:16 +03:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc
ha_ndbcluster.h
handler.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-05 10:43:22 -07:00
handler.h WL#1689 "Map OPTIMIZE TABLE to ALTER TABLE for InnoDB" 2004-06-10 16:41:24 +02:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Fix for bug#4105 "Server crash on attempt to prepare a statement with 2004-06-18 04:16:08 +04:00
item.h Fix for bug#4105 "Server crash on attempt to prepare a statement with 2004-06-18 04:16:08 +04:00
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc Allocate memory when a character set is requested: 2004-06-11 16:29:16 +05:00
item_create.h
item_func.cc Post review fixes for "SQL Syntax for Prepared Statements". 2004-06-07 12:09:10 +04:00
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-15 16:03:16 +05:00
item_strfunc.h We don't need tmp_value member in the Item_func_left. 2004-06-15 16:01:43 +05:00
item_subselect.cc
item_subselect.h
item_sum.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-15 16:03:16 +05:00
item_sum.h Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-15 16:03:16 +05:00
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-04 05:37:14 +04:00
lex_symbol.h
lock.cc
log.cc WL#1595 "Optionally fsync() the binlog after every statement": 2004-06-10 15:56:13 +02:00
log_event.cc Correction to replication of charsets in 4.1: 2004-06-08 19:55:04 +02:00
log_event.h
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h assert.h needed for my_dbug.h now is included in my_dbug.h, where it for 2004-06-10 23:58:39 +04:00
mysqld.cc Allocate memory when a character set is requested: 2004-06-11 16:29:16 +05:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
protocol.cc Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types 2004-06-09 03:21:50 +04:00
protocol.h Fix for the bug #4014 (prepared SELECT in embedded server) 2004-06-09 22:36:48 +05:00
protocol_cursor.cc
records.cc
repl_failsafe.cc don't need to tag the slave SQL thread as "bootstrap". It causes duplicate 2004-06-10 14:03:25 +02:00
repl_failsafe.h
set_var.cc WL#1595 "Optionally fsync() the binlog after every statement": 2004-06-10 15:56:13 +02:00
set_var.h WL#1595 "Optionally fsync() the binlog after every statement": 2004-06-10 15:56:13 +02:00
slave.cc don't need to tag the slave SQL thread as "bootstrap". It causes duplicate 2004-06-10 14:03:25 +02:00
slave.h
spatial.cc
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc EXISTS(SELECT * ...) 2004-06-10 21:33:15 +03:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc Post review fixes for "SQL Syntax for Prepared Statements". 2004-06-07 12:09:10 +04:00
sql_class.h Merged 2004-06-07 12:21:26 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be logged to 2004-06-09 16:07:01 +02:00
sql_delete.cc Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be logged to 2004-06-09 16:07:01 +02:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_handler.cc
sql_help.cc
sql_insert.cc
sql_lex.cc Optimization to use less memory. 2004-06-10 19:10:21 +05:00
sql_lex.h Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-04 05:37:14 +04: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 merged 2004-06-11 20:55:08 +02:00
sql_prepare.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-06-09 03:22:55 +04:00
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc fixed mistyping 2004-06-07 01:06:17 +03:00
sql_select.h
sql_show.cc Bug #2077 Japanese characters in enum/default values are reported incorrectly 2004-06-08 14:26:16 +05:00
sql_sort.h
sql_state.c
sql_string.cc Critical fixes after review: 2004-06-16 19:06:45 +05:00
sql_string.h
sql_table.cc Allocate memory when a character set is requested: 2004-06-11 16:29:16 +05:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be logged to 2004-06-09 16:07:01 +02:00
sql_yacc.yy Merged 2004-06-07 12:21:26 +04:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc
table.h
thr_malloc.cc
time.cc Fix skipp -> skip once and for all. 2004-06-03 11:52:54 -05:00
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld