forgotten 'return'

parent 03291902
...@@ -1121,3 +1121,5 @@ vio/test-ssl ...@@ -1121,3 +1121,5 @@ vio/test-ssl
vio/test-sslclient vio/test-sslclient
vio/test-sslserver vio/test-sslserver
vio/viotest-ssl vio/viotest-ssl
support-files/MacOSX/postflight
support-files/MacOSX/preflight
...@@ -1863,8 +1863,8 @@ static void xid_free_hash (void *ptr) ...@@ -1863,8 +1863,8 @@ static void xid_free_hash (void *ptr)
bool xid_cache_init() bool xid_cache_init()
{ {
pthread_mutex_init(&LOCK_xid_cache, MY_MUTEX_INIT_FAST); pthread_mutex_init(&LOCK_xid_cache, MY_MUTEX_INIT_FAST);
hash_init(&xid_cache, &my_charset_bin, 100, 0, 0, return hash_init(&xid_cache, &my_charset_bin, 100, 0, 0,
xid_get_hash_key, xid_free_hash, 0) != 0; xid_get_hash_key, xid_free_hash, 0) != 0;
} }
void xid_cache_free() void xid_cache_free()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment