mariadb/sql
unknown ae4323e0d9 After merge fixes
Added THD to add_to_xxx_list() functions for faster parsing.


heap/_check.c:
  After merge fix
mysql-test/r/distinct.result:
  After merge fix
mysql-test/r/multi_update.result:
  Make timestamp test portable
mysql-test/t/multi_update.test:
  Make timestamp test portable
sql/field.cc:
  After merge fix
sql/item_sum.cc:
  After merge fix
sql/log_event.cc:
  Remove compiler warning
sql/mysql_priv.h:
  Added THD to add_to_list (Faster parsing)
sql/sql_derived.cc:
  Fixed parameters to create_tmp_table()
sql/sql_lex.cc:
  Added THD to add_to_list (Faster parsing)
sql/sql_lex.h:
  Added THD to add_to_list (Faster parsing)
sql/sql_parse.cc:
  Added THD to add_to_list (Faster parsing)
sql/sql_select.cc:
  After merge fixes
  Fixed return values from JOIN::optimize()
  Replaced test_function_query with '!tables_list'
  Optimized arguments to create_tmp_table()
sql/sql_select.h:
  Removed test_function_query variable
  Updated prototypes
sql/sql_union.cc:
  Updated argument lists.
sql/sql_update.cc:
  After merge fixes
sql/sql_yacc.yy:
  Added THD to all add_xxx_to_list() functions
sql/table.h:
  After merge fix
2002-12-06 21:11:27 +02:00
..
share Proper handling of ORDER BY table.column in UNION's 2002-12-02 20:18:51 +02:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc
des_key_file.cc
field.cc After merge fixes 2002-12-06 21:11:27 +02:00
field.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
field_conv.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
filesort.cc merging 2002-11-27 19:31:11 +02:00
frm_crypt.cc
gen_lex_hash.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
gstream.cc Preparing to use better string-to-number functions to avoid c_ptr() call, 2002-11-27 15:47:39 +04:00
gstream.h Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
ha_berkeley.cc support for HA_READ_BEFORE_KEY and HA_READ_PREFIX_LAST_OR_PREV 2002-11-27 19:32:47 +04:00
ha_berkeley.h Portability fix when using -DBIG_TABLES 2002-11-14 12:21:36 +02:00
ha_heap.cc ::index_read_last() method has been added 2002-11-28 15:19:42 +04:00
ha_heap.h ::index_read_last() method has been added 2002-11-28 15:19:42 +04:00
ha_innodb.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
ha_innodb.h Many files: 2002-10-29 23:16:46 +02:00
ha_isam.cc Portability fix when using -DBIG_TABLES 2002-11-14 12:21:36 +02:00
ha_isam.h
ha_isammrg.cc Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
ha_isammrg.h Fix some ORDER BY ... DESC problems with InnoDB 2002-09-27 08:23:51 +03:00
ha_myisam.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
ha_myisam.h
ha_myisammrg.cc myisammrg::index_next_same 2002-11-25 22:18:44 +01:00
ha_myisammrg.h myisammrg::index_next_same 2002-11-25 22:18:44 +01:00
handler.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
handler.h Merge with 4.0 2002-11-21 15:56:48 +02:00
hash_filo.cc
hash_filo.h Merge with 4.0 2002-11-21 15:56:48 +02:00
hostname.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
init.cc Portability fixes to be able to compile MySQL with VC++ 2002-10-08 22:28:24 +03:00
item.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_buff.cc BINARY charset is now used instead of binary_flag 2002-10-25 13:58:32 +05:00
item_cmpfunc.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_cmpfunc.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_create.cc Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 2002-11-25 17:34:51 +02:00
item_create.h
item_func.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_func.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_row.cc checking columns of top items 2002-11-29 12:30:04 +02:00
item_row.h basic row Items (SCRUM) 2002-11-15 20:32:09 +02:00
item_strfunc.cc Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 2002-11-28 20:04:09 +02:00
item_strfunc.h merging 2002-11-27 19:31:11 +02:00
item_subselect.cc fixed error handling bug 2002-11-29 10:44:30 +02:00
item_subselect.h fixed * without tables in IN bug 2002-11-28 19:29:26 +02:00
item_sum.cc After merge fixes 2002-12-06 21:11:27 +02:00
item_sum.h Fixed bug when creating keys in temporary HEAP tables. 2002-12-02 17:52:22 +02:00
item_timefunc.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_timefunc.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
item_uniq.cc
item_uniq.h prevent using references on sum function (except HAVING clouse of current select) and forward references 2002-11-21 11:01:33 +02:00
key.cc my_sortcmp -> my_strnncoll 2002-10-09 16:33:35 +05:00
lex.h INSERT ... UPDATE syntax (syntax only) 2002-11-28 17:25:41 +01:00
lex_symbol.h
lock.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
log.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
log_event.cc After merge fixes 2002-12-06 21:11:27 +02:00
log_event.h Merge with 4.0 2002-11-21 15:56:48 +02:00
Makefile.am merging 2002-11-27 19:31:11 +02:00
matherr.c
mf_iocache.cc
mini_client.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
mini_client.h
my_lock.c
mysql_priv.h After merge fixes 2002-12-06 21:11:27 +02:00
mysqld.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
net_pkg.cc Portability fixes to be able to compile MySQL with VC++ 2002-10-08 22:28:24 +03:00
net_serv.cc merging 2002-10-04 14:15:59 +03:00
nt_servc.cc Typo fix (duplicate functions body) 2002-11-12 22:11:59 -02:00
nt_servc.h Added optional NT service and fix the TZ variable bug 2002-10-16 21:51:03 -02:00
opt_ft.cc
opt_ft.h
opt_range.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
opt_range.h
opt_sum.cc Fixed bug in MAX() optimization when used with JOIN and ON expressions 2002-12-02 13:41:08 +02:00
password.c Change of internal key_field=NULL handling to avoid error messages. 2002-12-03 13:08:25 +02:00
procedure.cc
procedure.h USER(), DATABASE() and CHARSET() functions are now UCS2 compatible 2002-11-11 18:43:33 +04:00
records.cc
repl_failsafe.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
repl_failsafe.h
set_var.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
set_var.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
slave.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
slave.h Merge with 4.0 2002-11-21 15:56:48 +02:00
spatial.cc
spatial.h Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
sql_acl.cc Fixes after merge with 4.0 2002-11-21 22:25:53 +02:00
sql_acl.h Added back old LARGEFILE handling 2002-10-29 21:59:03 +02:00
sql_analyse.cc - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree) 2002-12-04 16:16:06 +01:00
sql_analyse.h All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
sql_base.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_cache.cc Moved safe_to_cache_query from thd to lex. 2002-11-22 14:50:53 +01:00
sql_cache.h new status variable (number of queries deleted because of low memory) 2002-11-17 20:41:25 +02:00
sql_class.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_class.h Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Fixes after merge with 4.0 2002-11-21 22:25:53 +02:00
sql_delete.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_derived.cc After merge fixes 2002-12-06 21:11:27 +02:00
sql_do.cc Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
sql_error.cc protocol merge 2002-11-22 10:20:14 -08:00
sql_handler.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_help.cc addition correction for 'help' command 2002-10-30 17:38:07 +04:00
sql_insert.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_lex.cc After merge fixes 2002-12-06 21:11:27 +02:00
sql_lex.h After merge fixes 2002-12-06 21:11:27 +02:00
sql_list.cc
sql_list.h Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
sql_load.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
sql_manager.cc Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc New multi-table-update code 2002-11-29 16:40:18 +02:00
sql_parse.cc After merge fixes 2002-12-06 21:11:27 +02:00
sql_prepare.cc checking columns of top items 2002-11-29 12:30:04 +02:00
sql_rename.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
sql_repl.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
sql_repl.h Put temporary files in binlog cache when using BEGIN/COMMIT 2002-11-07 04:02:37 +02:00
sql_select.cc After merge fixes 2002-12-06 21:11:27 +02:00
sql_select.h After merge fixes 2002-12-06 21:11:27 +02:00
sql_show.cc Proper fix for SHOW VARS on 64-bit systems 2002-12-02 15:33:16 +02:00
sql_sort.h
sql_string.cc wild_case_compate(&String, &String, escape) doesn't exist anymor 2002-11-14 17:25:34 +04:00
sql_string.h Fixed CAST( xxx as CHAR) 2002-11-25 17:33:51 +02:00
sql_table.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_test.cc Small fix to avoid problems in building with --without-debug 2002-11-07 20:11:55 +02:00
sql_udf.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
sql_udf.h
sql_union.cc After merge fixes 2002-12-06 21:11:27 +02:00
sql_update.cc After merge fixes 2002-12-06 21:11:27 +02:00
sql_yacc.yy After merge fixes 2002-12-06 21:11:27 +02:00
stacktrace.c merged 2002-11-05 17:10:31 +01:00
stacktrace.h
structs.h Proper fix for SHOW VARS on 64-bit systems 2002-12-02 15:33:16 +02:00
table.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
table.h After merge fixes 2002-12-06 21:11:27 +02:00
thr_malloc.cc
time.cc Update after last merge. Fixes some wrong test results. 2002-10-03 16:54:26 +03:00
udf_example.cc Update mysql-test results after merge 2002-09-18 02:21:29 +03:00
uniques.cc New multi-table-update code 2002-11-29 16:40:18 +02:00
unireg.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
unireg.h Merge with 4.0.4 2002-10-02 17:55:12 +03:00
watchdog_mysqld