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
b2842c3c
Commit
b2842c3c
authored
May 28, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fix for 32 bit file systems
parent
d5d9f915
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/variables.result
mysql-test/r/variables.result
+1
-1
mysql-test/t/variables.test
mysql-test/t/variables.test
+1
-0
No files found.
mysql-test/r/variables.result
View file @
b2842c3c
...
...
@@ -380,4 +380,4 @@ Variable 'key_buffer_size' is a GLOBAL variable
set global myisam_max_sort_file_size=4294967296;
show global variables like 'myisam_max_sort_file_size';
Variable_name Value
myisam_max_sort_file_size
4294967296
myisam_max_sort_file_size
MAX_FILE_SIZE
mysql-test/t/variables.test
View file @
b2842c3c
...
...
@@ -274,4 +274,5 @@ select @@session.key_buffer_size;
# expected: check that there is no overflow when 64-bit unsigned
# variables are set
set
global
myisam_max_sort_file_size
=
4294967296
;
--
replace_result
4294967296
MAX_FILE_SIZE
2146435072
MAX_FILE_SIZE
show
global
variables
like
'myisam_max_sort_file_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