diff options
author | unknown <monty@tik.mysql.fi> | 2001-03-23 20:38:42 +0200 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2001-03-23 20:38:42 +0200 |
commit | c4f986d73175a437ad00b72b22f9f812b43477d8 (patch) | |
tree | 9691c3978bd401c61959324ed6f6d3ac30a7840d /BitKeeper | |
parent | d9fa73e2779a4cc9412b4ca70cabea098b6a38f6 (diff) | |
download | mariadb-git-c4f986d73175a437ad00b72b22f9f812b43477d8.tar.gz |
Test case for bug when updating on key
Fixed bug in CONCAT_WS()
Print the default ISOLATION level.
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
Docs/manual.texi:
Changelog
mysql-test/r/func_str.result:
Added tests for CONCAT_WS()
mysql-test/r/update.result:
Test case for bug when updating on key
mysql-test/t/func_str.test:
Added tests for CONCAT_WS()
mysql-test/t/update.test:
Test case for bug when updating on key
sql/gen_lex_hash.cc:
Better hash values
sql/handler.cc:
Added missig NullS
sql/item_strfunc.cc:
Fixed bug in CONCAT_WS()
sql/mysql_priv.h:
Print the default ISOLATION level.
sql/mysqld.cc:
Print the default ISOLATION level.
sql/sql_insert.cc:
Remove unnecessary call to setup_tables()
sql/sql_parse.cc:
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
sql/sql_yacc.yy:
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 4075ed0def7..01a1261eae5 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1 @@ -mikef@nslinux.bedford.progress.com +monty@tik.mysql.fi |