Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
713302b1
Commit
713302b1
authored
Oct 27, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/M40/mysql-4.0
parents
d4342115
3bdd7e77
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
mysql-test/r/innodb-lock.result
mysql-test/r/innodb-lock.result
+1
-0
mysql-test/t/innodb-lock-master.opt
mysql-test/t/innodb-lock-master.opt
+0
-1
mysql-test/t/innodb-lock.test
mysql-test/t/innodb-lock.test
+5
-0
No files found.
mysql-test/r/innodb-lock.result
View file @
713302b1
set global innodb_table_locks=1;
select @@innodb_table_locks;
@@innodb_table_locks
1
...
...
mysql-test/t/innodb-lock-master.opt
deleted
100644 → 0
View file @
d4342115
--innodb-table-lock=1
mysql-test/t/innodb-lock.test
View file @
713302b1
...
...
@@ -4,6 +4,8 @@
# Check and select innodb lock type
#
set
global
innodb_table_locks
=
1
;
select
@@
innodb_table_locks
;
#
...
...
@@ -12,7 +14,10 @@ select @@innodb_table_locks;
connect
(
con1
,
localhost
,
root
,,);
connect
(
con2
,
localhost
,
root
,,);
--
disable_warnings
drop
table
if
exists
t1
;
--
enable_warnings
#
# Testing of explicit table locks with enforced table locks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment