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
fa0ad480
Commit
fa0ad480
authored
Jan 27, 2011
by
Horst.Hunger
Browse files
Options
Browse Files
Download
Plain Diff
Merge of results of the review done in 5.1-bugteam to 5.1.
parents
d95d1c96
57be8794
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
4 deletions
+7
-4
mysql-test/suite/sys_vars/r/general_log_file_basic.result
mysql-test/suite/sys_vars/r/general_log_file_basic.result
+1
-1
mysql-test/suite/sys_vars/r/log_output_func.result
mysql-test/suite/sys_vars/r/log_output_func.result
+1
-1
mysql-test/suite/sys_vars/r/slow_query_log_file_basic.result
mysql-test/suite/sys_vars/r/slow_query_log_file_basic.result
+1
-1
mysql-test/suite/sys_vars/t/div_precision_increment_func.test
...l-test/suite/sys_vars/t/div_precision_increment_func.test
+1
-1
mysql-test/suite/sys_vars/t/general_log_file_basic.test
mysql-test/suite/sys_vars/t/general_log_file_basic.test
+1
-0
mysql-test/suite/sys_vars/t/log_output_func.test
mysql-test/suite/sys_vars/t/log_output_func.test
+1
-0
mysql-test/suite/sys_vars/t/slow_query_log_file_basic.test
mysql-test/suite/sys_vars/t/slow_query_log_file_basic.test
+1
-0
No files found.
mysql-test/suite/sys_vars/r/general_log_file_basic.result
View file @
fa0ad480
...
...
@@ -16,4 +16,4 @@ FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='general_log_file';
@@global.general_log_file = VARIABLE_VALUE
1
SET @@global.general_log_file= '
test.log
';
SET @@global.general_log_file= '
start_value
';
mysql-test/suite/sys_vars/r/log_output_func.result
View file @
fa0ad480
...
...
@@ -52,7 +52,7 @@ count(*)
DROP TABLE t1;
connection default;
SET @@global.general_log= 'OFF';
SET @@global.general_log_file= '
/home/horst/bzr/5.1-52501/mysql-test/var/mysqld.1/mysqld.log
';
SET @@global.general_log_file= '
start_general_log_file
';
SET @@global.log_output= @start_value;
SET @@global.general_log= @start_general_log;
SET @@global.general_log= 'ON';
mysql-test/suite/sys_vars/r/slow_query_log_file_basic.result
View file @
fa0ad480
...
...
@@ -14,4 +14,4 @@ FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='slow_query_log_file';
@@global.slow_query_log_file = VARIABLE_VALUE
1
SET @@global.slow_query_log_file= 's
lowtest.log
';
SET @@global.slow_query_log_file= 's
tart_value
';
mysql-test/suite/sys_vars/t/div_precision_increment_func.test
View file @
fa0ad480
...
...
@@ -19,7 +19,7 @@
# #
################################################################################
let
$save_div_precision_increment
=
`SELECT @@global.div_precision_increment`
let
$save_div_precision_increment
=
`SELECT @@global.div_precision_increment`
;
#SET @save_div_precision_increment = @@global.div_precision_increment;
...
...
mysql-test/suite/sys_vars/t/general_log_file_basic.test
View file @
fa0ad480
...
...
@@ -70,6 +70,7 @@ FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE
VARIABLE_NAME
=
'general_log_file'
;
#SET @@global.general_log_file= @start_value;
--
replace_result
$start_value
start_value
eval
SET
@@
global
.
general_log_file
=
'$start_value'
;
#####################################################
...
...
mysql-test/suite/sys_vars/t/log_output_func.test
View file @
fa0ad480
...
...
@@ -115,6 +115,7 @@ file_exists $MYSQLTEST_VARDIR/run/mytest.log ;
connection
default
;
SET
@@
global
.
general_log
=
'OFF'
;
#SET @@global.general_log_file= @start_general_log_file;
--
replace_result
$start_general_log_file
start_general_log_file
eval
SET
@@
global
.
general_log_file
=
'$start_general_log_file'
;
SET
@@
global
.
log_output
=
@
start_value
;
SET
@@
global
.
general_log
=
@
start_general_log
;
...
...
mysql-test/suite/sys_vars/t/slow_query_log_file_basic.test
View file @
fa0ad480
...
...
@@ -68,6 +68,7 @@ FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE
VARIABLE_NAME
=
'slow_query_log_file'
;
#SET @@global.slow_query_log_file= @start_value;
--
replace_result
$start_value
start_value
eval
SET
@@
global
.
slow_query_log_file
=
'$start_value'
;
#SELECT @start_value;
#####################################################
...
...
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