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
e302602a
Commit
e302602a
authored
May 28, 2015
by
Daniel Black
Committed by
Sergei Golubchik
Oct 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin: qc_info test - hide output so result isn't a binary file
parent
d4557934
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/suite/plugins/r/qc_info.result
mysql-test/suite/plugins/r/qc_info.result
+0
-0
mysql-test/suite/plugins/r/qc_info_priv.result
mysql-test/suite/plugins/r/qc_info_priv.result
+0
-0
mysql-test/suite/plugins/t/qc_info_init.inc
mysql-test/suite/plugins/t/qc_info_init.inc
+2
-0
No files found.
mysql-test/suite/plugins/r/qc_info.result
View file @
e302602a
No preview for this file type
mysql-test/suite/plugins/r/qc_info_priv.result
View file @
e302602a
No preview for this file type
mysql-test/suite/plugins/t/qc_info_init.inc
View file @
e302602a
...
@@ -24,7 +24,9 @@ select @@autocommit into @autocommit;
...
@@ -24,7 +24,9 @@ select @@autocommit into @autocommit;
select
@@
group_concat_max_len
into
@
group_concat_max_len
;
select
@@
group_concat_max_len
into
@
group_concat_max_len
;
select
Name
into
@
new_time_zone
from
mysql
.
time_zone_name
limit
1
;
select
Name
into
@
new_time_zone
from
mysql
.
time_zone_name
limit
1
;
set
time_zone
=@
new_time_zone
,
default_week_format
=
4
,
character_set_client
=
'binary'
,
character_set_results
=
'utf32'
,
collation_connection
=
'utf32_bin'
,
sql_mode
=
'STRICT_ALL_TABLES'
,
div_precision_increment
=
7
,
lc_time_names
=
'ar_SD'
,
autocommit
=
0
,
group_concat_max_len
=
513
,
max_sort_length
=
1011
;
set
time_zone
=@
new_time_zone
,
default_week_format
=
4
,
character_set_client
=
'binary'
,
character_set_results
=
'utf32'
,
collation_connection
=
'utf32_bin'
,
sql_mode
=
'STRICT_ALL_TABLES'
,
div_precision_increment
=
7
,
lc_time_names
=
'ar_SD'
,
autocommit
=
0
,
group_concat_max_len
=
513
,
max_sort_length
=
1011
;
--
disable_result_log
select
*
from
t1
;
select
*
from
t1
;
--
enable_result_log
set
time_zone
=
@
time_zone
,
default_week_format
=
@
default_week_format
,
character_set_client
=
@
character_set_client
,
character_set_results
=
@
character_set_results
,
sql_mode
=
@
sql_mode
,
div_precision_increment
=
@
div_precision_increment
,
lc_time_names
=
@
lc_time_names
,
autocommit
=
@
autocommit
,
group_concat_max_len
=
@
group_concat_max_len
,
max_sort_length
=
@
max_sort_length
;
set
time_zone
=
@
time_zone
,
default_week_format
=
@
default_week_format
,
character_set_client
=
@
character_set_client
,
character_set_results
=
@
character_set_results
,
sql_mode
=
@
sql_mode
,
div_precision_increment
=
@
div_precision_increment
,
lc_time_names
=
@
lc_time_names
,
autocommit
=
@
autocommit
,
group_concat_max_len
=
@
group_concat_max_len
,
max_sort_length
=
@
max_sort_length
;
select
*
from
information_schema
.
query_cache_info
;
select
*
from
information_schema
.
query_cache_info
;
...
...
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