diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-01-01 10:51:44 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-01-01 10:51:44 +0100 |
commit | 0f09b9ce7fddc02138d019a36d4c1fc26f218f37 (patch) | |
tree | 2f91c3d337db37ac14712b7ee7f4d8c6eb8b06b6 /innobase/fil | |
parent | 690404db2eb2d90b5286b5adc89533e8cea13f8a (diff) | |
parent | 19a33e08f2da6692e4f1e18b8b0b627df4ae5ac5 (diff) | |
download | mariadb-git-0f09b9ce7fddc02138d019a36d4c1fc26f218f37.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
innobase/buf/buf0buf.c:
Auto merged
innobase/dict/dict0dict.c:
Auto merged
innobase/fil/fil0fil.c:
Auto merged
innobase/ha/ha0ha.c:
Auto merged
innobase/include/hash0hash.h:
Auto merged
innobase/lock/lock0lock.c:
Auto merged
innobase/log/log0recv.c:
Auto merged
Diffstat (limited to 'innobase/fil')
-rw-r--r-- | innobase/fil/fil0fil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c index 65320b57183..460a2c9f7b8 100644 --- a/innobase/fil/fil0fil.c +++ b/innobase/fil/fil0fil.c @@ -1294,8 +1294,8 @@ fil_system_create( mutex_set_level(&(system->mutex), SYNC_ANY_LATCH); - system->spaces = hash_create(hash_size); - system->name_hash = hash_create(hash_size); + system->spaces = hash0_create(hash_size); + system->name_hash = hash0_create(hash_size); UT_LIST_INIT(system->LRU); |