Loading .bzrignore +2 −0 Original line number Diff line number Diff line Loading @@ -1121,3 +1121,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl support-files/MacOSX/postflight support-files/MacOSX/preflight sql/sql_class.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1863,7 +1863,7 @@ static void xid_free_hash (void *ptr) bool xid_cache_init() { 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; } Loading Loading
.bzrignore +2 −0 Original line number Diff line number Diff line Loading @@ -1121,3 +1121,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl support-files/MacOSX/postflight support-files/MacOSX/preflight
sql/sql_class.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1863,7 +1863,7 @@ static void xid_free_hash (void *ptr) bool xid_cache_init() { 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; } Loading