summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot3.local>2007-07-04 16:01:00 +0200
committerunknown <guilhem@gbichot3.local>2007-07-04 16:01:00 +0200
commit3a1c7c914ca08b43094f3eba257798750c77e714 (patch)
treee64f30791704149fa70628003719d314be580e23 /sql
parenta898a7b63e65b46da82225ab8823897963dcbb3a (diff)
downloadmariadb-git-3a1c7c914ca08b43094f3eba257798750c77e714.tar.gz
Maria: correcting assertions (should be enforced only in multi-threaded
mode) so ma_test_all works again; more error detection in ma_test_all; maria_control renamed to maria_log_control (Monty's suggestion, so that a "rm maria_log*" removes all log-related files). Disabling failing wrong assertion. storage/maria/ma_blockrec.c: disabling assertion which fails because cur_block is a local variable not initialized storage/maria/ma_check.c: comment storage/maria/ma_control_file.h: control file renamed storage/maria/ma_loghandler.c: assertions needed only in multi-threaded mode (ma_test1 and ma_test2 are single-threaded, it's ok for them to use dummy_transaction_object with transactional tables: trn->rec_lsn can be set without interfering with other threads). storage/maria/ma_test_all.sh: got caught by failures in some ma_test1 runs, which I didn't see because ma_test_all returned 0 and I didn't scroll up in the window; now using "set -e" to avoid that. Also testing that we get the errors and warnings we expect. storage/maria/unittest/Makefile.am: maria_control renamed
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions