mariadb/sql
unknown a41b148e47 Unlock tables on BEGIN
sql-bench/test-create.sh:
  Made --small-test a bit faster
sql/ha_innobase.cc:
  Cleanup memory at exit
sql/mysqld.cc:
  Remove debug notes at shutdown
2001-09-08 01:01:10 +03:00
..
share merge with 3.23.42 2001-09-02 18:38:33 +02:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
convert.cc
custom_conf.h
derror.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
field.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
field.h Fixed bug in auto-increment handling with InnoDB 2001-08-26 23:24:48 +03:00
field_conv.cc Fixed bug in INSERT DELAYED when INSERT generated an error 2001-03-08 21:49:15 +02:00
filesort.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
frm_crypt.cc
gen_lex_hash.cc Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
ha_berkeley.cc Add test case for update/replace bug in bdb. 2001-07-24 12:23:17 -04:00
ha_berkeley.h Add test case for update/replace bug in bdb. 2001-07-24 12:23:17 -04:00
ha_gemini.cc Portability fixes. 2001-08-21 20:06:00 +03:00
ha_gemini.h Portability fixes. 2001-08-21 20:06:00 +03:00
ha_hash.h
ha_heap.cc Fix of UNION code 2001-08-19 14:43:51 +03:00
ha_heap.h Don't use ranges on HEAP tables with LIKE 2001-04-17 03:55:25 +03:00
ha_innobase.cc Unlock tables on BEGIN 2001-09-08 01:01:10 +03:00
ha_innobase.h ha_innobase.cc Add better error message if innodb_data_file_path is not set 2001-08-31 16:50:57 +03:00
ha_isam.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isam.h Optimization of delete with record cache (for MyISAM tables) 2001-03-11 23:09:09 +02:00
ha_isammrg.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isammrg.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisam.cc merge 2001-09-02 19:58:08 +03:00
ha_myisam.h Added back old code that Sasha removed 2001-07-11 10:36:22 +03:00
ha_myisammrg.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
ha_myisammrg.h Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
handler.cc merge 2001-09-02 19:58:08 +03:00
handler.h merge 2001-09-02 19:58:08 +03:00
hash_filo.cc
hash_filo.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
hostname.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
init.cc Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
item.cc Fix UNION 2001-08-02 06:29:50 +03:00
item.h bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
item_buff.cc
item_cmpfunc.cc Fix UNION 2001-08-02 06:29:50 +03:00
item_cmpfunc.h New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_create.cc Added SQL_CALC_FOUND_ROWS and FOUND_ROWS() 2001-04-12 00:54:35 +03:00
item_create.h Added SQL_CALC_FOUND_ROWS and FOUND_ROWS() 2001-04-12 00:54:35 +03:00
item_func.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
item_func.h Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
item_strfunc.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
item_strfunc.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
item_sum.cc Remove warnings and portability fixes 2001-08-14 20:33:49 +03:00
item_sum.h Remove warnings and portability fixes 2001-08-14 20:33:49 +03:00
item_timefunc.cc New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc Fix UNION 2001-08-02 06:29:50 +03:00
lex.h merge with 3.23.42 2001-09-02 18:38:33 +02:00
lex_symbol.h
lock.cc Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
log.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
log_event.cc Merge work.mysql.com:/home/bk/mysql 2001-09-04 01:04:32 +02:00
log_event.h make LOAD DATA INFILE replication work with multi-character 2001-08-18 20:22:20 -06:00
Makefile.am post-merge fixes to make it compile. It still fails the fulltext test, 2001-08-11 19:54:31 -06:00
matherr.c
md5.c Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
md5.h md5.c renamed MD5* to my_MD5* to avoid clashes with openssl library 2001-05-31 01:59:23 +03:00
mf_iocache.cc LOAD DATA INFILE is now replicated properly, except for cleanup on 2001-08-03 15:57:53 -06:00
mini_client.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
mini_client.h updates for LOAD DATA FROM MASTER + some cleanup of replication code 2001-05-28 19:18:23 -06:00
my_lock.c New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
mysql_priv.h merge 2001-09-02 19:58:08 +03:00
mysqld.cc Unlock tables on BEGIN 2001-09-08 01:01:10 +03:00
net_pkg.cc Fixed bug that caused client to hang because mysqld never did send an 2001-06-02 00:03:16 +03:00
net_serv.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
nt_servc.cc
nt_servc.h
opt_ft.cc Oops - forgot to add files to bk 2000-10-09 00:00:24 +02:00
opt_ft.h Ill-minded FULLTEXT impilict initialization hack removed. 2000-11-02 17:36:21 +01:00
opt_range.cc Remove warnings and portability fixes 2001-08-14 20:33:49 +03:00
opt_range.h Fix ORDER BY ... DESC optimization 2001-06-29 04:04:29 +03:00
opt_sum.cc Fix UNION 2001-08-02 06:29:50 +03:00
password.c Lots of manual changes 2001-01-25 22:38:26 +02:00
procedure.cc
procedure.h
records.cc Portability fixes 2001-08-10 17:37:37 +03:00
slave.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
slave.h LOAD DATA INFILE is now replicated properly, except for cleanup on 2001-08-03 15:57:53 -06:00
sql_acl.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_acl.h Portability fixes 2001-08-10 17:37:37 +03:00
sql_analyse.cc Fix UNION 2001-08-02 06:29:50 +03:00
sql_analyse.h memory-limited tree 2001-07-02 21:18:57 +02:00
sql_base.cc Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
sql_cache.cc Portability fixes 2000-10-04 23:20:16 +03:00
sql_class.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_class.h merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
sql_delete.cc Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
sql_handler.cc Fix UNION 2001-08-02 06:29:50 +03:00
sql_insert.cc merge 2001-09-02 19:58:08 +03:00
sql_lex.cc merged 2001-08-09 19:16:15 -06:00
sql_lex.h Remove warnings and portability fixes 2001-08-14 20:33:49 +03:00
sql_list.cc Fix UNION 2001-08-02 06:29:50 +03:00
sql_list.h merged 2001-08-11 17:28:41 -06:00
sql_load.cc merge 2001-09-02 19:58:08 +03:00
sql_manager.cc mysql_priv.h manager_status is volatile 2000-11-28 15:59:46 -05:00
sql_manager.h Generalize handle_flush thread to also handle various management 2000-11-27 18:14:49 -05:00
sql_map.cc
sql_map.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_parse.cc Unlock tables on BEGIN 2001-09-08 01:01:10 +03:00
sql_rename.cc Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_repl.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_repl.h LOAD DATA INFILE is now replicated properly, except for cleanup on 2001-08-03 15:57:53 -06:00
sql_select.cc merge 2001-09-02 19:58:08 +03:00
sql_select.h Fix UNION 2001-08-02 06:29:50 +03:00
sql_show.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_sort.h Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
sql_string.cc Fixed that LOAD DATA INFILE works with transactions. 2001-08-28 06:43:55 +03:00
sql_string.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_table.cc Update of manual with 4.0 changes 2001-09-03 05:16:15 +03:00
sql_test.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_udf.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_udf.h
sql_union.cc EXPLAIN on UNION"s 2001-08-24 13:18:06 +03:00
sql_update.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_yacc.yy merge 2001-09-02 19:58:08 +03:00
stacktrace.c Added testing of IN(value-list) 2001-09-02 16:03:37 +03:00
stacktrace.h Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
structs.h OpenSSL changes 2001-08-27 03:34:52 +08:00
table.cc bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
table.h Don't write rows in MyISAM tables when using count(distinct) 2001-05-23 02:40:46 +03:00
thr_malloc.cc Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB 2001-09-02 13:47:00 +03:00
time.cc Remove usage of my_dup(), as this casued error 127 when reading MyISAM tables 2001-08-21 13:44:01 +03:00
udf_example.cc Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
uniques.cc Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
unireg.cc Fixes for bugs in the usage of IO_CACHE 2000-11-17 02:36:46 +02:00
unireg.h Added ER_SAFE() for cases when the error message could be out of bands 2001-06-01 04:10:53 +03:00
watchdog_mysqld