1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed bug in ALTER TABLE

Removed _mi_rkey() function
New fork_big.pl multi-thread test
This commit is contained in:
monty@donna.mysql.fi
2001-04-01 13:45:48 +03:00
parent a49a2e2001
commit 65822120f5
18 changed files with 777 additions and 678 deletions

View File

@@ -136,9 +136,9 @@ THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
(hash_get_key) get_var_key,
(void (*)(void*)) free_var,0);
#ifdef USING_TRANSACTIONS
bzero((char*) &transaction,sizeof(transaction));
if (opt_using_transactions)
{
bzero((char*) &transaction,sizeof(transaction));
if (open_cached_file(&transaction.trans_log,
mysql_tmpdir, LOG_PREFIX, binlog_cache_size,
MYF(MY_WME)))