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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c92c6789
Commit
c92c6789
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
0b1b06e3
89dce2fb
Changes
3
Hide 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 @
c92c6789
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 @
0b1b06e3
--innodb-table-lock=1
mysql-test/t/innodb-lock.test
View file @
c92c6789
...
...
@@ -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