mariadb/sql
unknown c9d856c8b7 new error for unsupported command in PS
fixed IN subselect with basic constant left expression
SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406)
fixed multiupdate privelege check (BUG#3408)
fixed multiupdate tables check (BUG#3411)
unchecked commands now is rejected by PS protocol to avoid serever crash
fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)


include/mysqld_error.h:
  new error for unsupported command in PS
mysql-test/r/multi_update.result:
  test sutes (BUG#3408, BUG#3411)
mysql-test/t/multi_update.test:
  test sutes (BUG#3408, BUG#3411)
sql/item_cmpfunc.cc:
  fixed IN subselect with basic constant left expression
sql/mysql_priv.h:
  some function frop sql_parse.h become public
sql/set_var.cc:
  check for SET command via PS
sql/set_var.h:
  check for SET command via PS
sql/share/czech/errmsg.txt:
  new error for unsupported command in PS
sql/share/danish/errmsg.txt:
  new error for unsupported command in PS
sql/share/dutch/errmsg.txt:
  new error for unsupported command in PS
sql/share/english/errmsg.txt:
  new error for unsupported command in PS
sql/share/estonian/errmsg.txt:
  new error for unsupported command in PS
sql/share/french/errmsg.txt:
  new error for unsupported command in PS
sql/share/german/errmsg.txt:
  new error for unsupported command in PS
sql/share/greek/errmsg.txt:
  new error for unsupported command in PS
sql/share/hungarian/errmsg.txt:
  new error for unsupported command in PS
sql/share/italian/errmsg.txt:
  new error for unsupported command in PS
sql/share/japanese/errmsg.txt:
  new error for unsupported command in PS
sql/share/korean/errmsg.txt:
  new error for unsupported command in PS
sql/share/norwegian-ny/errmsg.txt:
  new error for unsupported command in PS
sql/share/norwegian/errmsg.txt:
  new error for unsupported command in PS
sql/share/polish/errmsg.txt:
  new error for unsupported command in PS
sql/share/portuguese/errmsg.txt:
  new error for unsupported command in PS
sql/share/romanian/errmsg.txt:
  new error for unsupported command in PS
sql/share/russian/errmsg.txt:
  new error for unsupported command in PS
sql/share/serbian/errmsg.txt:
  new error for unsupported command in PS
sql/share/slovak/errmsg.txt:
  new error for unsupported command in PS
sql/share/spanish/errmsg.txt:
  new error for unsupported command in PS
sql/share/swedish/errmsg.txt:
  new error for unsupported command in PS
sql/share/ukrainian/errmsg.txt:
  new error for unsupported command in PS
sql/sql_lex.cc:
  first table unlincking procedures for CREATE command
sql/sql_lex.h:
  first table unlincking procedures for CREATE command
sql/sql_parse.cc:
  used function to exclude first table from list
  SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406)
  fixed multiupdate privelege check (BUG#3408)
  fixed multiupdate tables check (BUG#3411)
sql/sql_prepare.cc:
  fixed a lot of commands to be compatible with PS
  unchecked commands now is rejected to avoid serever crash
sql/sql_select.cc:
  allow empty result for PS preparing
sql/sql_union.cc:
  fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
sql/sql_update.cc:
  fixed update to use correct tables lists (BUG#3408)
sql/table.h:
  flag to support multi update tables check (BUG#3408)
tests/client_test.c:
  removed unsupported tables
  fixed show table test
  added new tests
2004-04-08 00:16:17 +03:00
..
share new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
.cvsignore
add_errmsg
client_settings.h Fix for #2126 2003-12-18 18:12:00 +04:00
custom_conf.h
derror.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
des_key_file.cc Merge with 4.0.16 2003-10-07 15:42:26 +03:00
field.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
field.h WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
field_conv.cc false/true -> FALSE/TRUE 2004-03-30 02:32:41 +03:00
filesort.cc BTREE-indexes in HEAP tables can now be used to optimize ORDER BY 2004-03-25 15:05:01 +02:00
frm_crypt.cc
gen_lex_hash.cc Portability fixes 2004-03-05 19:49:50 +02:00
gstream.cc Fix for valgrind's warning 2004-03-15 16:32:53 +04:00
gstream.h Fix for valgrind's warning 2004-03-15 16:32:53 +04:00
ha_berkeley.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
ha_berkeley.h Cleanup ha_checktype() and redundant variables. 2004-03-02 10:08:50 +00:00
ha_heap.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
ha_heap.h BTREE-indexes in HEAP tables can now be used to optimize ORDER BY 2004-03-25 15:05:01 +02:00
ha_innodb.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
ha_innodb.h Fix for bug #2160: Extra error message for CREATE TABLE LIKE with InnoDB 2004-03-31 14:29:01 +05:00
ha_isam.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
ha_isam.h Cleanup ha_checktype() and redundant variables. 2004-03-02 10:08:50 +00:00
ha_isammrg.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
ha_isammrg.h Some small portability fixes. 2003-12-30 13:14:21 +02:00
ha_myisam.cc Merge bk-internal:/home/bk/mysql-4.1/ 2004-04-02 23:50:41 +02:00
ha_myisam.h Fixed a type mismatch between int_table_flags and table_flags() in MyISAM handler. 2004-03-04 22:53:48 +01:00
ha_myisammrg.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
ha_myisammrg.h Merge with 4.0.18 2004-02-11 00:06:46 +01:00
handler.cc WL#775 "Add status variable identifying binlog_cache_size shortage" 2004-04-02 00:47:20 +04:00
handler.h fixed bug #2342 2004-03-27 02:29:31 +04:00
hash_filo.cc
hash_filo.h
hostname.cc fix for --open-files-limit and broken query_cache_merge.test 2004-02-20 23:42:06 +01:00
init.cc my_atof is deleted 2004-02-13 15:27:21 +01:00
item.cc for Item_param we have to have value set instead of fave item fixed (BUG#3353) 2004-04-03 17:23:41 +03:00
item.h Merge of fix for bug #2050 and bug #3307 2004-03-31 22:17:10 +04:00
item_buff.cc
item_cmpfunc.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
item_cmpfunc.h fixed brocken of client_test 2004-04-03 11:13:51 +03:00
item_create.cc Merge bk-internal:/home/bk/mysql-4.1/ 2004-03-05 00:20:24 +01:00
item_create.h UNHEX() function 2004-03-04 23:18:54 +01:00
item_func.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-03-25 22:18:31 +02:00
item_func.h WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
item_geofunc.cc DBUG_ASSERT(fixed == 1); added to val* 2004-03-18 15:14:36 +02:00
item_geofunc.h Optimized GIS functions 2004-03-04 08:50:37 +02:00
item_row.cc DBUG_ASSERT(fixed == 0) added to fix_fields() 2004-03-17 14:26:26 +02:00
item_row.h Pack of changes about 'cleanup()'-s 2004-01-20 20:55:47 +04:00
item_strfunc.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-03-20 13:37:30 +02:00
item_strfunc.h DBUG_ASSERT(fixed == 1); added to val* 2004-03-18 15:14:36 +02:00
item_subselect.cc after review changes 2004-03-20 13:36:26 +02:00
item_subselect.h Merging 2004-03-04 17:52:06 +04:00
item_sum.cc fixed brocken of client_test 2004-04-03 11:13:51 +03:00
item_sum.h fixed brocken of client_test 2004-04-03 11:13:51 +03:00
item_timefunc.cc Fix for #3264 (FROM_DAYS doesn't work properly in range comparison) 2004-03-23 21:10:23 +04:00
item_timefunc.h WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
item_uniq.cc
item_uniq.h DBUG_ASSERT(fixed == 1); added to val* 2004-03-18 15:14:36 +02:00
key.cc Merge with 4.0.18 2004-02-11 00:06:46 +01:00
lex.h More different syntaxes for (1) modifying the default charaset/collation 2004-03-30 21:33:45 +05:00
lex_symbol.h Portability fixes 2004-03-05 19:49:50 +02:00
lock.cc Force clients to recompile if client lib changes (Bug #3009) 2004-03-30 22:13:25 +03:00
log.cc Changing SET SQL_LOG_BIN so that it explicitely throws an error if 2004-03-26 19:25:22 +01:00
log_event.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
log_event.h Merge with 4.0 to get fix for mysqlbinlog 2004-02-16 10:15:52 +02:00
Makefile.am Code cleanup: 2004-02-03 14:35:24 +04:00
matherr.c
mf_iocache.cc merge with 4.0 2004-03-16 22:41:30 +02:00
my_lock.c
mysql_priv.h new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
mysqld.cc Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 2004-04-03 02:46:12 +05:00
net_serv.cc c++ comment fixed 2004-02-21 14:25:43 +01:00
nt_servc.cc Merge with 4.0 2004-03-25 23:29:45 +02:00
nt_servc.h
opt_range.cc merge fixes (use old code) 2004-03-18 00:16:04 +02:00
opt_range.h merge 2004-02-05 18:14:48 +01:00
opt_sum.cc Proper fix for bug with BLOB in MIN/MAX 2004-01-19 23:44:39 +01:00
password.c
procedure.cc
procedure.h
protocol.cc Another implementation of send_eof() cleanup 2004-02-10 18:33:06 +03:00
protocol.h Desperate attempt to push part of prepared statements cleanup which was 2004-03-02 22:39:50 +03:00
protocol_cursor.cc Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
records.cc Merge with 4.0.17 2003-12-17 17:35:34 +02:00
repl_failsafe.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
repl_failsafe.h
set_var.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
set_var.h new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
slave.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
slave.h After merge fixes 2004-03-17 10:30:40 +02:00
spatial.cc Fixed memory overrun in spatial init code 2004-03-16 00:42:10 +02:00
spatial.h Portability fix 2004-03-16 02:41:36 +02:00
sql_acl.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_acl.h SHOW PRIVILEGES updated (Bug#3227) 2004-03-24 14:44:31 +01:00
sql_analyse.cc my_atof is deleted 2004-02-13 15:27:21 +01:00
sql_analyse.h
sql_base.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_bitmap.h added 'explicit' keyword to Bitmap constructor 2003-11-21 19:16:19 +03:00
sql_cache.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_cache.h merge with 4.0 2004-03-16 22:41:30 +02:00
sql_class.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_class.h removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_client.cc merge 2003-12-19 16:34:48 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc sql_db.cc: 2004-03-29 11:05:27 +05:00
sql_delete.cc merge with 4.0 2004-03-16 22:41:30 +02:00
sql_derived.cc correct support for a mix of UNION/UNION ALL in the same query. 2004-03-23 14:43:24 +01:00
sql_do.cc fixed error handling in SET and DO operators (BUG#1484) 2003-10-08 11:19:09 +03:00
sql_error.cc THD::lex now points to THD::main_lex like in 5.0 2003-12-19 20:52:13 +03:00
sql_handler.cc merge fixes (use old code) 2004-03-18 00:16:04 +02:00
sql_help.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_insert.cc removed old way to prevent using stack tables for caching Items in PS 2004-04-04 03:05:44 +03:00
sql_lex.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_lex.h new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_list.cc
sql_list.h merge with 4.0 2004-03-16 22:41:30 +02:00
sql_load.cc Merge bk-internal:/home/bk/mysql-4.1/ 2004-04-02 23:50:41 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc false/true -> FALSE/TRUE 2004-03-30 02:32:41 +03:00
sql_parse.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_prepare.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_rename.cc reverting table list to be able to use it in next PS call (BUG#2811) 2004-04-06 00:10:43 +03:00
sql_repl.cc Optimizations 2004-03-15 12:53:27 +02:00
sql_repl.h Merge with 4.0.18 2004-02-11 00:06:46 +01:00
sql_select.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_select.h DBUG_ASSERT(fixed == 0) added to fix_fields() 2004-03-17 14:26:26 +02:00
sql_show.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
sql_sort.h
sql_state.c
sql_string.cc Disable INSERT DELAYED for embedded library 2004-03-29 17:57:07 +03:00
sql_string.h Portability fixes 2004-03-05 19:49:50 +02:00
sql_table.cc Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 2004-04-03 02:46:12 +05:00
sql_test.cc false/true -> FALSE/TRUE 2004-03-30 02:32:41 +03:00
sql_udf.cc Fix for bug#1439 UDF Corruption 2004-03-19 14:35:00 +04:00
sql_udf.h
sql_union.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_update.cc new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
sql_yacc.yy WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
stacktrace.c
stacktrace.h
strfunc.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
structs.h Fix typo. 2004-03-17 12:28:26 -06:00
table.cc "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1". 2004-03-28 04:11:54 +04:00
table.h new error for unsupported command in PS 2004-04-08 00:16:17 +03:00
thr_malloc.cc
time.cc Fix for valgrind errors in str_to_TIME(using of uninitialize variable). 2004-03-18 15:51:08 +04:00
udf_example.cc Corrected faulty #if tests in udf_example.cc which made udf_test crash the server on some 2003-12-18 17:46:56 +01:00
uniques.cc Merge with 4.0.17 2003-12-17 17:35:34 +02:00
unireg.cc WL#1266 "Separate auto-set logic from TIMESTAMP type." 2004-04-02 10:12:53 +04:00
unireg.h unused variable max_prep_stmt_count removed 2003-12-05 01:55:57 +03:00
watchdog_mysqld