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
d5691702
Commit
d5691702
authored
Oct 27, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix when compiling without InnoDB
parent
b5f49a3a
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 @
d5691702
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 @
b5f49a3a
--innodb-table-lock=1
mysql-test/t/innodb-lock.test
View file @
d5691702
...
...
@@ -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