summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-01-27 15:33:31 -0700
committerunknown <sasha@mysql.sashanet.com>2001-01-27 15:33:31 -0700
commitdbe03fb0bce93ae750db6c0cd346e87bc82201ab (patch)
treeb2d2f6b0dd73eec46bc4a16978de2f24b148927a /mysql-test/r
parenteb5706d128539f1aa98690793e9344df280f98c8 (diff)
downloadmariadb-git-dbe03fb0bce93ae750db6c0cd346e87bc82201ab.tar.gz
fixed up lock counting code - Monty's suggestions
updated manual about table lock counter fixed coredump in DROP DATABASE with long bogus name by non-root user fixed bug in handling STOP immediately after ROTATE added test case for buffer overrun on DROP DATABASE by non-root user added test case for the STOP bug in replication Docs/manual.texi: updates for Table_locks_immediate and Table_locks_waited include/thr_lock.h: fixes suggested by Monty to lock counts mysql-test/r/status.result: clean up of result for changes in the test case mysql-test/t/status.test: make it produce the same results if the had been some activity on the server already mysys/thr_lock.c: fixes suggested by Monty sql/mysqld.cc: fixes suggested by Monty sql/slave.cc: fixed bug in processing STOP event after rotate sql/sql_base.cc: fixes suggested by Monty sql/sql_parse.cc: fixed coredump in drop database with long name by a non-root user sql/sql_repl.cc: better status message
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/rpl000018.result5
-rw-r--r--mysql-test/r/status.result4
2 files changed, 7 insertions, 2 deletions
diff --git a/mysql-test/r/rpl000018.result b/mysql-test/r/rpl000018.result
new file mode 100644
index 00000000000..7c89c2ef2b2
--- /dev/null
+++ b/mysql-test/r/rpl000018.result
@@ -0,0 +1,5 @@
+Log_name
+master-bin.001
+master-bin.002
+n
+3351
diff --git a/mysql-test/r/status.result b/mysql-test/r/status.result
index 661009b6cda..8f3ad3e0d59 100644
--- a/mysql-test/r/status.result
+++ b/mysql-test/r/status.result
@@ -1,6 +1,6 @@
Variable_name Value
-Table_locks_immediate 5
+Table_locks_immediate 0
Table_locks_waited 0
Variable_name Value
-Table_locks_immediate 8
+Table_locks_immediate 3
Table_locks_waited 1