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
b9785bbc
Commit
b9785bbc
authored
Dec 21, 2007
by
serg@janus.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
variables.result, variables.test:
test case fixed
parent
7b6e89ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/variables.result
mysql-test/r/variables.result
+1
-1
mysql-test/t/variables.test
mysql-test/t/variables.test
+1
-1
No files found.
mysql-test/r/variables.result
View file @
b9785bbc
...
...
@@ -223,7 +223,7 @@ set GLOBAL myisam_max_sort_file_size=default;
show global variables like 'myisam_max_sort_file_size';
Variable_name Value
myisam_max_sort_file_size FILE_SIZE
select * from information_schema.
session
_variables where variable_name like 'myisam_max_sort_file_size';
select * from information_schema.
global
_variables where variable_name like 'myisam_max_sort_file_size';
VARIABLE_NAME VARIABLE_VALUE
MYISAM_MAX_SORT_FILE_SIZE FILE_SIZE
set global net_retry_count=10, session net_retry_count=10;
...
...
mysql-test/t/variables.test
View file @
b9785bbc
...
...
@@ -144,7 +144,7 @@ set GLOBAL myisam_max_sort_file_size=default;
--
replace_result
9223372036853727232
FILE_SIZE
2146435072
FILE_SIZE
show
global
variables
like
'myisam_max_sort_file_size'
;
--
replace_result
9223372036853727232
FILE_SIZE
2146435072
FILE_SIZE
select
*
from
information_schema
.
session
_variables
where
variable_name
like
'myisam_max_sort_file_size'
;
select
*
from
information_schema
.
global
_variables
where
variable_name
like
'myisam_max_sort_file_size'
;
set
global
net_retry_count
=
10
,
session
net_retry_count
=
10
;
set
global
net_buffer_length
=
1024
,
net_write_timeout
=
200
,
net_read_timeout
=
300
;
...
...
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