mariadb/myisam
unknown a0ca35c1e5 SHOW VARIABLES LIKE ... are now case insensitive
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable


Docs/manual.texi:
  Changelog
libmysql/libmysql.c:
  Fixed typo
myisam/myisampack.c:
  Removed not used argument
mysql-test/r/show_check.result:
  Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/r/variables.result:
  test of system variables
mysql-test/t/show_check.test:
  Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/t/variables.test:
  test of system variables
sql/item_func.cc:
  Fixed stack overflow checking with crash-me with gcc 3.0.4
  Using @@unknown_variable doesn't hang client anymore
  Added @@VERSION variable
sql/mysql_priv.h:
  Fixed stack overflow checking with crash-me with gcc 3.0.4
sql/share/czech/errmsg.txt:
  Fixed wrong error message
sql/share/danish/errmsg.txt:
  Fixed wrong error message
sql/share/dutch/errmsg.txt:
  Fixed wrong error message
sql/share/english/errmsg.txt:
  Fixed wrong error message
sql/share/estonian/errmsg.txt:
  Fixed wrong error message
sql/share/french/errmsg.txt:
  Fixed wrong error message
sql/share/german/errmsg.txt:
  Fixed wrong error message
sql/share/greek/errmsg.txt:
  Fixed wrong error message
sql/share/hungarian/errmsg.txt:
  Fixed wrong error message
sql/share/italian/errmsg.txt:
  Fixed wrong error message
sql/share/japanese/errmsg.txt:
  Fixed wrong error message
sql/share/korean/errmsg.txt:
  Fixed wrong error message
sql/share/norwegian-ny/errmsg.txt:
  Fixed wrong error message
sql/share/norwegian/errmsg.txt:
  Fixed wrong error message
sql/share/polish/errmsg.txt:
  Fixed wrong error message
sql/share/portuguese/errmsg.txt:
  Fixed wrong error message
sql/share/romanian/errmsg.txt:
  Fixed wrong error message
sql/share/russian/errmsg.txt:
  Fixed wrong error message
sql/share/slovak/errmsg.txt:
  Fixed wrong error message
BitKeeper/deleted/.del-identity.result~e41453a364242503:
  not used file
BitKeeper/deleted/.del-identity.test~326f469b59105404:
  not used file
sql/share/spanish/errmsg.txt:
  Fixed wrong error message
sql/share/swedish/errmsg.txt:
  Fixed wrong error message
sql/share/ukrainian/errmsg.txt:
  Fixed wrong error message
sql/sql_show.cc:
  SHOW VARIABLES LIKE ... are now case insensitive
2002-04-18 18:24:14 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_eval.c Portability fixes 2001-08-31 10:20:19 +03:00
ft_eval.h Portability fixes 2001-08-31 10:20:19 +03:00
ft_parser.c ft_parser.c minor bug that causes slightly incorrect weights and was found only by occation fixed 2000-11-09 11:38:07 +01:00
ft_search.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
ft_static.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
ft_stem.c Import changeset 2000-07-31 21:29:14 +02:00
ft_stopwords.c Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
ft_test1.c Portability fixes 2001-08-30 21:16:39 +03:00
ft_test1.h Import changeset 2000-07-31 21:29:14 +02:00
ft_update.c bug fixed 2001-07-12 14:09:51 +02:00
ftdefs.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
fulltext.h Stopwords (English only); fulltext keys now can be repaired 2000-08-25 19:56:55 +04:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Add --with-server-suffix (MYSQL_SERVER_SUFFIX). 2001-01-19 02:46:13 +02:00
mi_cache.c Portability fixes. 2001-08-18 10:49:00 +03:00
mi_changed.c Import changeset 2000-07-31 21:29:14 +02:00
mi_check.c small bugfix 2002-01-19 19:01:55 +00:00
mi_checksum.c Import changeset 2000-07-31 21:29:14 +02:00
mi_close.c Fixed bug in CHECK TABLE ... EXTENDED 2001-01-16 15:02:25 +02:00
mi_create.c Fix to not running mysqld as root by default 2001-09-02 20:42:07 +03:00
mi_dbug.c Patch from sleepycat to fix problem with BDB and log files 2001-03-06 20:38:53 +02:00
mi_delete.c Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
mi_delete_all.c Import changeset 2000-07-31 21:29:14 +02:00
mi_delete_table.c New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
mi_dynrec.c Ensure that libmysqlclient doesn't use raid 2001-09-04 01:25:34 +03:00
mi_extra.c Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
mi_info.c Fixed bug in CHECK TABLE ... EXTENDED 2001-01-16 15:02:25 +02:00
mi_key.c New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
mi_locking.c Fixed bug in LEFT JOIN 2001-12-05 23:15:05 +02:00
mi_log.c Portability fixes 2001-10-31 20:28:43 +02:00
mi_open.c Fixed problem when repairing packed MyISAM files. 2001-11-22 03:39:42 +02:00
mi_packrec.c Fixed problem when repairing packed MyISAM files. 2001-11-22 03:39:42 +02:00
mi_page.c Fixes for automatic recover of MyISAM tables 2000-10-17 16:19:24 +03:00
mi_panic.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_range.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rename.c Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
mi_rfirst.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rkey.c Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
mi_rlast.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rnext.c Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
mi_rnext_same.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rprev.c Fixed problem with concurrent inserts and read-previous 2001-02-18 13:56:10 +02:00
mi_rrnd.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rsame.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rsamepos.c Import changeset 2000-07-31 21:29:14 +02:00
mi_scan.c Import changeset 2000-07-31 21:29:14 +02:00
mi_search.c Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
mi_static.c Fix that REPAIR/ALTER TABLE use myisam_tempdir 2000-09-16 19:06:21 +03:00
mi_statrec.c Import changeset 2000-07-31 21:29:14 +02:00
mi_test1.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
mi_test2.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
mi_test3.c Import changeset 2000-07-31 21:29:14 +02:00
mi_test_all.res Import changeset 2000-07-31 21:29:14 +02:00
mi_test_all.sh Fixes for OS2. 2001-08-22 01:45:07 +03:00
mi_unique.c Import changeset 2000-07-31 21:29:14 +02:00
mi_update.c Import changeset 2000-07-31 21:29:14 +02:00
mi_write.c Import changeset 2000-07-31 21:29:14 +02:00
myisamchk.c Fixed problem when repairing packed MyISAM files. 2001-11-22 03:39:42 +02:00
myisamdef.h Fixed problem when repairing packed MyISAM files. 2001-11-22 03:39:42 +02:00
myisamlog.c Portability fixes 2001-08-23 00:55:48 +03:00
myisampack.c SHOW VARIABLES LIKE ... are now case insensitive 2002-04-18 18:24:14 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c OS2 patch 2001-09-12 23:53:31 +03:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00