diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-27 13:05:48 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-27 13:05:48 +0300 |
commit | b2c0b7ce0acf65fbef22d1ef15f158e0f18526e4 (patch) | |
tree | 79556751870ab82c0f898e5350ffa270c21f1519 /mysql-test/r/lock.result | |
parent | 33ec68e127d515bc98be3ba0d9f88ec0d4e2b5f3 (diff) | |
download | mariadb-git-b2c0b7ce0acf65fbef22d1ef15f158e0f18526e4.tar.gz |
Fixed bug in lock tables introduced by shared locks.
New lock test
Docs/manual.texi:
Small update
sql/sql_base.cc:
Fixed bug in lock tables introduced by shared locks.
Diffstat (limited to 'mysql-test/r/lock.result')
-rw-r--r-- | mysql-test/r/lock.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/lock.result b/mysql-test/r/lock.result new file mode 100644 index 00000000000..7b116326fc4 --- /dev/null +++ b/mysql-test/r/lock.result @@ -0,0 +1,2 @@ +dummy1 count(distinct id) +NULL 1 |