summaryrefslogtreecommitdiff
path: root/innobase/thr/thr0loc.c
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-01-11 12:43:30 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-01-11 12:43:30 +0100
commitb139c2875e70e8f4a42b5a80c0afe9a564324e06 (patch)
treeaeed4981c131e15fe65130811c58c4b011259dc1 /innobase/thr/thr0loc.c
parentbfca790262d4d7681c0605d3c6ae7856d0408b9c (diff)
parenta1566a0952a7a43ca173bf1b6f8c6aec50795d10 (diff)
downloadmariadb-git-b139c2875e70e8f4a42b5a80c0afe9a564324e06.tar.gz
Merge mysql.com:/home/kent/bk/tmp2/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp2/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/thr/thr0loc.c')
-rw-r--r--innobase/thr/thr0loc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/thr/thr0loc.c b/innobase/thr/thr0loc.c
index f71048af2ba..033bb22807f 100644
--- a/innobase/thr/thr0loc.c
+++ b/innobase/thr/thr0loc.c
@@ -224,7 +224,7 @@ thr_local_init(void)
ut_a(thr_local_hash == NULL);
- thr_local_hash = hash0_create(OS_THREAD_MAX_N + 100);
+ thr_local_hash = hash_create(OS_THREAD_MAX_N + 100);
mutex_create(&thr_local_mutex);
mutex_set_level(&thr_local_mutex, SYNC_THR_LOCAL);