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
bc4df2f6
Commit
bc4df2f6
authored
Feb 26, 2009
by
Patrick Crews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#41893 - main.variables mysql-test fails if new variable like '%alloc%' is added.
Fixed a typo in the bug fix patch.
parent
1062119a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mysql-test/t/variables.test
mysql-test/t/variables.test
+1
-1
No files found.
mysql-test/t/variables.test
View file @
bc4df2f6
...
@@ -186,7 +186,7 @@ SHOW VARIABLES WHERE variable_name IN ('range_alloc_block_size',
...
@@ -186,7 +186,7 @@ SHOW VARIABLES WHERE variable_name IN ('range_alloc_block_size',
set
@@
range_alloc_block_size
=
default
;
set
@@
range_alloc_block_size
=
default
;
set
@@
query_alloc_block_size
=
default
,
@@
query_prealloc_size
=
default
;
set
@@
query_alloc_block_size
=
default
,
@@
query_prealloc_size
=
default
;
set
transaction_alloc_block_size
=
default
,
@@
transaction_prealloc_size
=
default
;
set
transaction_alloc_block_size
=
default
,
@@
transaction_prealloc_size
=
default
;
--
echo
==+
Check
the
values
no
t
that
they
are
reset
+==
--
echo
==+
Check
the
values
no
w
that
they
are
reset
+==
SHOW
VARIABLES
WHERE
variable_name
IN
(
'range_alloc_block_size'
,
SHOW
VARIABLES
WHERE
variable_name
IN
(
'range_alloc_block_size'
,
'query_alloc_block_size'
,
'query_prealloc_size'
,
'query_alloc_block_size'
,
'query_prealloc_size'
,
'transaction_alloc_block_size'
,
'transaction_prealloc_size'
);
'transaction_alloc_block_size'
,
'transaction_prealloc_size'
);
...
...
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