mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Limit created keys to MAX_KEY_LENGTH.
Fix problem with query cache and database names mysql-test/mysql-test-run.sh: Portability fixes mysql-test/r/query_cache.result: More tests when using different databases mysql-test/t/query_cache.test: More tests when using different databases sql-bench/test-wisconsin.sh: Portability fix sql/sql_cache.cc: Fix problem with query cache and database names sql/sql_parse.cc: Remove pre and end space in query. sql/sql_table.cc: Limit created keys to MAX_KEY_LENGTH.
This commit is contained in:
parent
f70786085b
commit
953ac1a5cf
7 changed files with 101 additions and 41 deletions
|
|
@ -242,7 +242,7 @@ sub init_data
|
|||
{
|
||||
@onek=
|
||||
$server->create("onek",
|
||||
["unique1 int(4) NOT NULL",
|
||||
["unique1 int(5) NOT NULL",
|
||||
"unique2 int(4) NOT NULL",
|
||||
"two int(4)",
|
||||
"four int(4)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue