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
631b9af2
Commit
631b9af2
authored
Jan 23, 2006
by
reggie@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into linux.site:/home/reggie/work/mysql-5.1-bug16718
parents
5ea8f304
c5f2f918
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/include/have_partition.inc
mysql-test/include/have_partition.inc
+1
-1
mysql-test/r/have_partition.require
mysql-test/r/have_partition.require
+1
-1
sql/set_var.cc
sql/set_var.cc
+1
-1
No files found.
mysql-test/include/have_partition.inc
View file @
631b9af2
--
require
r
/
have_partition
.
require
disable_query_log
;
show
variables
like
"have_partition
_engine
"
;
show
variables
like
"have_partition
ing
"
;
enable_query_log
;
mysql-test/r/have_partition.require
View file @
631b9af2
Variable_name Value
have_partition
_engine
YES
have_partition
ing
YES
sql/set_var.cc
View file @
631b9af2
...
...
@@ -631,7 +631,7 @@ sys_var_have_variable sys_have_innodb("have_innodb", &have_innodb);
sys_var_have_variable
sys_have_isam
(
"have_isam"
,
&
have_isam
);
sys_var_have_variable
sys_have_ndbcluster
(
"have_ndbcluster"
,
&
have_ndbcluster
);
sys_var_have_variable
sys_have_openssl
(
"have_openssl"
,
&
have_openssl
);
sys_var_have_variable
sys_have_partition_db
(
"have_partition
_engine
"
,
sys_var_have_variable
sys_have_partition_db
(
"have_partition
ing
"
,
&
have_partition_db
);
sys_var_have_variable
sys_have_query_cache
(
"have_query_cache"
,
&
have_query_cache
);
...
...
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