mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
[t:5059], make status dictionary have a small node size
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@44851 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
68fc120f91
commit
a4138ad04a
1 changed files with 3 additions and 0 deletions
|
@ -6697,6 +6697,9 @@ int ha_tokudb::create(const char *name, TABLE * form, HA_CREATE_INFO * create_in
|
|||
error = db_create(&status_block, db_env, 0);
|
||||
if (error) { goto cleanup; }
|
||||
|
||||
error = status_block->set_pagesize(status_block, 1024);
|
||||
if (error) { goto cleanup; }
|
||||
|
||||
error = status_block->open(status_block, txn, newname, NULL, DB_BTREE, DB_CREATE | DB_EXCL, 0);
|
||||
if (error) { goto cleanup; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue