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
e1e153d9
Commit
e1e153d9
authored
Feb 05, 2012
by
Ashish Agarwal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#11754145: Failing test cases. Patch to correct the test case.
parent
dffeaef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/include/have_64bit.inc
mysql-test/include/have_64bit.inc
+4
-4
No files found.
mysql-test/include/have_64bit.inc
View file @
e1e153d9
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
# see also have_32bit.inc
# see also have_32bit.inc
--
disable_query_log
--
disable_query_log
let
$save
=
`SELECT @@session.
myisam_
sort_buffer_size`
;
let
$save
=
`SELECT @@session.sort_buffer_size`
;
SET
@@
session
.
myisam_
sort_buffer_size
=
4294967296
;
SET
@@
session
.
sort_buffer_size
=
4294967296
;
let
$mach64
=
`SELECT @@session.
myisam_
sort_buffer_size > 4294967295`
;
let
$mach64
=
`SELECT @@session.sort_buffer_size > 4294967295`
;
eval
SET
@@
session
.
myisam_
sort_buffer_size
=
$save
;
eval
SET
@@
session
.
sort_buffer_size
=
$save
;
--
enable_query_log
--
enable_query_log
if
(
!
$mach64
)
if
(
!
$mach64
)
{
{
...
...
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