mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed portability problems in mysqlcheck
This commit is contained in:
parent
c8fbe93890
commit
0f37b1244b
5 changed files with 10 additions and 6 deletions
|
|
@ -571,6 +571,7 @@ int ha_berkeley::open(const char *name, int mode, uint test_if_locked)
|
|||
transaction=0;
|
||||
cursor=0;
|
||||
key_read=0;
|
||||
block_size=8192; // Berkeley DB block size
|
||||
share->fixed_length_row=!(table->db_create_options & HA_OPTION_PACK_RECORD);
|
||||
|
||||
get_status();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue