diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-01-01 10:50:39 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-01-01 10:50:39 +0100 |
commit | 0bc6df6a2496f46af30a27c46a230a5b36d16cb0 (patch) | |
tree | e651399b1474f8255e395e754ce2c75f005222cb /innobase/buf | |
parent | 473b0c7287b5980e61bf66fe99f900d0a3d1ff47 (diff) | |
download | mariadb-git-0bc6df6a2496f46af30a27c46a230a5b36d16cb0.tar.gz |
Many files:
Renamed hash_create() not to clash with imap using embedded server (bug#13859)
Diffstat (limited to 'innobase/buf')
-rw-r--r-- | innobase/buf/buf0buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/buf/buf0buf.c b/innobase/buf/buf0buf.c index 31a581d2ba8..704b8e0a5c7 100644 --- a/innobase/buf/buf0buf.c +++ b/innobase/buf/buf0buf.c @@ -621,7 +621,7 @@ buf_pool_init( } } - buf_pool->page_hash = hash_create(2 * max_size); + buf_pool->page_hash = hash0_create(2 * max_size); buf_pool->n_pend_reads = 0; |