mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
longer myisam keys
mysql-test/r/ctype_utf8.result: updated mysql-test/r/key.result: updated mysql-test/r/myisam.result: updated mysql-test/r/type_blob.result: updated mysql-test/t/ctype_utf8.test: updated mysql-test/t/key.test: updated mysql-test/t/myisam.test: updated mysql-test/t/type_blob.test: updated
This commit is contained in:
parent
e2244c94b1
commit
74fa5f09ef
10 changed files with 54 additions and 19 deletions
|
|
@ -65,6 +65,7 @@ class ha_myisam: public handler
|
|||
uint max_keys() const { return MI_MAX_KEY; }
|
||||
uint max_key_parts() const { return MAX_REF_PARTS; }
|
||||
uint max_key_length() const { return MI_MAX_KEY_LENGTH; }
|
||||
uint max_key_part_length() { return MI_MAX_KEY_LENGTH; }
|
||||
uint checksum() const;
|
||||
|
||||
int open(const char *name, int mode, uint test_if_locked);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue