mariadb/sql
unknown 9aa459f0df support of join view updateability (WL#1809)
include/mysqld_error.h:
  new error mesaages
mysql-test/r/view.result:
  tests of updatint/inserting join views
mysql-test/t/view.test:
  tests of updatint/inserting join views
sql/mysql_priv.h:
  support of "usual UPDATE" -> "multi UPDATE" conversion
sql/share/czech/errmsg.txt:
  new error mesaages
sql/share/danish/errmsg.txt:
  new error mesaages
sql/share/dutch/errmsg.txt:
  new error mesaages
sql/share/english/errmsg.txt:
  new error mesaages
sql/share/estonian/errmsg.txt:
  new error mesaages
sql/share/french/errmsg.txt:
  new error mesaages
sql/share/german/errmsg.txt:
  new error mesaages
sql/share/greek/errmsg.txt:
  new error mesaages
sql/share/hungarian/errmsg.txt:
  new error mesaages
sql/share/italian/errmsg.txt:
  new error mesaages
sql/share/japanese/errmsg.txt:
  new error mesaages
sql/share/korean/errmsg.txt:
  new error mesaages
sql/share/norwegian-ny/errmsg.txt:
  new error mesaages
sql/share/norwegian/errmsg.txt:
  new error mesaages
sql/share/polish/errmsg.txt:
  new error mesaages
sql/share/portuguese/errmsg.txt:
  new error mesaages
sql/share/romanian/errmsg.txt:
  new error mesaages
sql/share/russian/errmsg.txt:
  new error mesaages
sql/share/serbian/errmsg.txt:
  new error mesaages
sql/share/slovak/errmsg.txt:
  new error mesaages
sql/share/spanish/errmsg.txt:
  new error mesaages
sql/share/swedish/errmsg.txt:
  new error mesaages
sql/share/ukrainian/errmsg.txt:
  new error mesaages
sql/sql_base.cc:
  test to avoid join virew to be catched here
sql/sql_class.h:
  support of join views add to update
sql/sql_delete.cc:
  support of join views add to delete(error issue)
sql/sql_insert.cc:
  support of join views add to insert
  (order of some check changed, to allow find table which will be inserted in, when we will know which fields will be inserted)
  mechanism of calling setup_tables() only once fixed for INSERT SELECT
sql/sql_parse.cc:
  support of "usual UPDATE" -> "multi UPDATE" conversion
  mysql_insert_select_prepare now called in same environment for usual queries and PS preparing
  support of join views add to delete (error issue)
sql/sql_prepare.cc:
  support of "usual UPDATE" -> "multi UPDATE" conversion
  support of join views add to delete (error issue)
sql/sql_update.cc:
  support of join views add to update
sql/sql_view.cc:
  join views made updatable
sql/sql_view.h:
  insert_view_fields now can check some errors
sql/table.cc:
  methods to support recursive walk by tables tree
sql/table.h:
  methods to support recursive walk by tables tree
2004-09-15 23:42:56 +03:00
..
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-08-23 13:47:52 +03:00
share support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
.cvsignore
add_errmsg
client_settings.h Fix for #2126 2003-12-18 18:12:00 +04:00
custom_conf.h
derror.cc Fixed many compiler warnings 2004-04-05 13:56:05 +03:00
des_key_file.cc
discover.cc After merge fixes 2004-05-24 14:42:34 +03:00
field.cc typo fixed 2004-08-30 10:13:13 +02:00
field.h Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
field_conv.cc Bug#5081: UCS2 fields are filled with '0x2020' after extending field length 2004-08-19 11:59:33 +05:00
filesort.cc Merge with 4.1.3-beta 2004-07-07 11:29:39 +03:00
frm_crypt.cc
gen_lex_hash.cc Merge with 4.0 2004-09-01 04:12:09 +03: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 Merge with 4.1 2004-09-06 15:14:10 +03:00
ha_berkeley.h Merge with 4.1 2004-07-12 08:20:24 +03:00
ha_heap.cc Bug 4531: unique key prefix interacts poorly with utf8 2004-08-19 16:07:18 +05:00
ha_heap.h Merge with 4.1 2004-07-12 08:20:24 +03:00
ha_innodb.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
ha_innodb.h Merge with 4.1 2004-09-06 15:14:10 +03:00
ha_isam.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
ha_isam.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_isammrg.cc ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() 2004-04-06 21:35:26 +02:00
ha_isammrg.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_myisam.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
ha_myisam.h failing fulltext_order_by.test fixed 2004-07-15 17:30:55 +02:00
ha_myisammrg.cc VIEW 2004-07-16 01:15:55 +03:00
ha_myisammrg.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_ndbcluster.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
ha_ndbcluster.h Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert 2004-08-31 12:07:48 +02:00
handler.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
handler.h Merge with 4.1 2004-09-06 15:14:10 +03: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 Portability fixes 2004-04-07 04:33:58 +03:00
item.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
item.h fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
item_buff.cc
item_cmpfunc.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
item_cmpfunc.h fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
item_create.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
item_create.h Merge with 4.1 2004-09-06 15:14:10 +03:00
item_func.cc Yet another manual merge with main tree for patch for WL#1218 "Triggers" 2004-09-09 19:52:10 +04:00
item_func.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2004-09-09 23:45:19 +04:00
item_geofunc.cc Final patch for WL#1600(warn if max_allowed_packet used) 2004-07-21 21:27:45 +05:00
item_geofunc.h Optimized GIS functions 2004-03-04 08:50:37 +02:00
item_row.cc after merge 2004-08-26 18:22:22 +02:00
item_row.h Pack of changes about 'cleanup()'-s 2004-01-20 20:55:47 +04:00
item_strfunc.cc Merge on pull 2004-09-09 07:26:28 +03:00
item_strfunc.h fixed open_and_lock_tables result processing (all open_and_lock_tables revision) 2004-08-31 10:06:38 +03:00
item_subselect.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
item_subselect.h thd pointer fixed 2004-09-10 13:09:27 +03:00
item_sum.cc post merge fixes 2004-09-10 02:22:44 +03:00
item_sum.h Merge with 4.1 2004-09-06 15:14:10 +03:00
item_timefunc.cc Merge on pull 2004-09-09 07:26:28 +03:00
item_timefunc.h Merge with 4.1 2004-09-06 15:14:10 +03:00
item_uniq.cc
item_uniq.h DBUG_ASSERT(fixed == 1); added to val* 2004-03-18 15:14:36 +02:00
key.cc Bug#4594: column index make = failed for gbk, but like works 2004-08-23 20:12:39 +05:00
lex.h Yet another manual merge with main tree for patch for WL#1218 "Triggers" 2004-09-09 19:52:10 +04:00
lex_symbol.h Portability fixes 2004-03-05 19:49:50 +02:00
lock.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
log.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
log_event.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
log_event.h Replication: various small fixes specific to the new binlog format of 5.0 2004-07-26 19:42:59 +02:00
Makefile.am Yet another manual merge with main tree for patch for WL#1218 "Triggers" 2004-09-09 19:52:10 +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 support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
mysqld.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
mysqld_suffix.h New MYSQL_SERVER_SUFFIX usage (for easier compilation) 2004-05-25 02:28:44 +03:00
net_serv.cc Merge with 4.1.3-beta 2004-07-07 11:29:39 +03:00
nt_servc.cc Merge with 4.0 2004-03-25 23:29:45 +02:00
nt_servc.h
opt_range.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
opt_range.h Fix and testcase for BUG#4984 2004-08-11 16:40:46 +04:00
opt_sum.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
parse_file.cc Merge of changes from the main tree to tree for WL#1218 "Triggers". 2004-09-08 13:29:21 +04:00
parse_file.h WL#1218 "Triggers". Some very preliminary version of patch. 2004-09-07 16:29:46 +04:00
password.c check_scramble_323 shuold ensure that the scramble has the correct length 2004-06-01 23:58:33 +02:00
procedure.cc
procedure.h
protocol.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
protocol.h Microsoft VC++ won't compile class C { static const int I=1; }. 2004-08-28 10:32:27 +04:00
protocol_cursor.cc Fixed BUG#4941: Stored procedure crash fetching null value into variable. 2004-09-10 16:28:11 +02:00
records.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
repl_failsafe.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
repl_failsafe.h
set_var.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
set_var.h Merge with 4.1 2004-09-06 15:14:10 +03:00
slave.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
slave.h Post-merge fixes. 2004-05-14 16:00:57 +02:00
sp.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sp.h Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable. 2004-06-15 15:42:28 +02:00
sp_cache.cc WL#1366: Use the schema (db) associated with an SP. 2004-03-22 14:44:41 +01:00
sp_cache.h WL#1366: Use the schema (db) associated with an SP. 2004-03-22 14:44:41 +01:00
sp_head.cc Fixed BUG#3294: Stored procedure crash if table dropped before use. 2004-09-10 11:11:52 +02:00
sp_head.h Fixed BUG#3294: Stored procedure crash if table dropped before use. 2004-09-10 11:11:52 +02:00
sp_pcontext.cc Fixed BUG#5287: Stored procedure crash if leave outside loop. 2004-09-02 17:24:25 +02:00
sp_pcontext.h Fixed BUG#5287: Stored procedure crash if leave outside loop. 2004-09-02 17:24:25 +02:00
sp_rcontext.cc Fixed BUG#4941: Stored procedure crash fetching null value into variable. 2004-09-10 16:28:11 +02:00
sp_rcontext.h Fixed BUG#3294: Stored procedure crash if table dropped before use. 2004-09-10 11:11:52 +02:00
spatial.cc Merging 2004-06-02 19:17:35 +05:00
spatial.h Merging 2004-05-27 16:32:49 +05:00
sql_acl.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_acl.h Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_analyse.cc manually merged 2004-08-18 19:57:55 +02:00
sql_analyse.h
sql_base.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_bitmap.h Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should 2004-05-27 17:54:40 +04:00
sql_cache.cc VIEW 2004-07-16 01:15:55 +03:00
sql_cache.h merge with 4.0 2004-03-16 22:41:30 +02:00
sql_class.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
sql_class.h support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_client.cc merge 2003-12-19 16:34:48 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_delete.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_derived.cc memory leaks fixed 2004-09-04 23:05:12 +03:00
sql_do.cc
sql_error.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_handler.cc Merge 2004-09-10 14:01:02 +03:00
sql_help.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sql_insert.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_lex.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sql_lex.h fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sql_list.cc
sql_list.h Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_load.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sql_parse.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_prepare.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_rename.cc Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_repl.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_repl.h Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
sql_select.cc fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
sql_select.h Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_show.cc Fix bad output in SHOW CREATE VIEW, update affected 2004-09-10 15:04:28 -05:00
sql_sort.h Implementation of SUM(DISTINCT), tests cases 2003-12-19 19:04:03 +03:00
sql_state.c
sql_string.cc Merge with 4.1.3-beta 2004-07-07 11:29:39 +03:00
sql_string.h Merge with 4.1 2004-09-06 15:14:10 +03:00
sql_table.cc Yet another manual merge with main tree for patch for WL#1218 "Triggers" 2004-09-09 19:52:10 +04:00
sql_test.cc Manual merge 2004-05-29 20:55:46 +04:00
sql_trigger.cc After merge fixes for WL#1218 "Triggers" 2004-09-09 23:44:27 +04:00
sql_trigger.h WL#1218 "Triggers". Some very preliminary version of patch. 2004-09-07 16:29:46 +04:00
sql_udf.cc Fix for bug#1439 UDF Corruption 2004-03-19 14:35:00 +04:00
sql_udf.h
sql_union.cc post merge fixes 2004-09-10 02:22:44 +03:00
sql_update.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_view.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_view.h support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
sql_yacc.yy fixed merged view fields names (BUG#5147) 2004-09-14 19:28:29 +03:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h Merge with 4.1.3-beta 2004-07-07 11:29:39 +03:00
table.cc support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
table.h support of join view updateability (WL#1809) 2004-09-15 23:42:56 +03:00
thr_malloc.cc
time.cc WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position 2004-07-29 23:25:58 +02:00
tzfile.h WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
tztime.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
tztime.h After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
udf_example.cc Merge 2003-12-18 17:51:43 +01:00
uniques.cc Fixed bug in replacation for not x86 platforms 2003-12-21 19:41:34 +02:00
unireg.cc After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
unireg.h VIEW 2004-07-16 01:15:55 +03:00
watchdog_mysqld