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
e9d526f5
Commit
e9d526f5
authored
Nov 29, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge fixes for new test cases
parent
7ddc43e3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/mysql_upgrade.result
mysql-test/r/mysql_upgrade.result
+2
-2
mysql-test/t/system_mysql_db_fix40123.test
mysql-test/t/system_mysql_db_fix40123.test
+1
-1
mysql-test/t/system_mysql_db_fix50030.test
mysql-test/t/system_mysql_db_fix50030.test
+1
-1
No files found.
mysql-test/r/mysql_upgrade.result
View file @
e9d526f5
Run mysql_upgrade once
Run mysql_upgrade once
cluster.binlog_index
OK
mysql.binlog_index
OK
mysql.columns_priv OK
mysql.columns_priv OK
mysql.db OK
mysql.db OK
mysql.event OK
mysql.event OK
...
@@ -107,7 +107,7 @@ Run it again - should say already completed
...
@@ -107,7 +107,7 @@ Run it again - should say already completed
1
1
1
1
Force should run it regardless of wheter it's been run before
Force should run it regardless of wheter it's been run before
cluster.binlog_index
OK
mysql.binlog_index
OK
mysql.columns_priv OK
mysql.columns_priv OK
mysql.db OK
mysql.db OK
mysql.event OK
mysql.event OK
...
...
mysql-test/t/system_mysql_db_fix40123.test
View file @
e9d526f5
...
@@ -69,7 +69,7 @@ CREATE TABLE time_zone_leap_second ( Transition_time bigint signed NOT NULL,
...
@@ -69,7 +69,7 @@ CREATE TABLE time_zone_leap_second ( Transition_time bigint signed NOT NULL,
--
disable_query_log
--
disable_query_log
# Drop all tables created by this test
# Drop all tables created by this test
DROP
TABLE
db
,
host
,
user
,
func
,
plugin
,
tables_priv
,
columns_priv
,
procs_priv
,
help_category
,
help_keyword
,
help_relation
,
help_topic
,
proc
,
time_zone
,
time_zone_leap_second
,
time_zone_name
,
time_zone_transition
,
time_zone_transition_type
,
general_log
,
slow_log
,
event
;
DROP
TABLE
db
,
host
,
user
,
func
,
plugin
,
tables_priv
,
columns_priv
,
procs_priv
,
help_category
,
help_keyword
,
help_relation
,
help_topic
,
proc
,
time_zone
,
time_zone_leap_second
,
time_zone_name
,
time_zone_transition
,
time_zone_transition_type
,
general_log
,
slow_log
,
event
,
binlog_index
;
--
enable_query_log
--
enable_query_log
...
...
mysql-test/t/system_mysql_db_fix50030.test
View file @
e9d526f5
...
@@ -72,7 +72,7 @@ CREATE TABLE procs_priv ( Host char(60) binary DEFAULT '' NOT NULL, Db char(
...
@@ -72,7 +72,7 @@ CREATE TABLE procs_priv ( Host char(60) binary DEFAULT '' NOT NULL, Db char(
--
disable_query_log
--
disable_query_log
# Drop all tables created by this test
# Drop all tables created by this test
DROP
TABLE
db
,
host
,
user
,
func
,
plugin
,
tables_priv
,
columns_priv
,
procs_priv
,
help_category
,
help_keyword
,
help_relation
,
help_topic
,
proc
,
time_zone
,
time_zone_leap_second
,
time_zone_name
,
time_zone_transition
,
time_zone_transition_type
,
general_log
,
slow_log
,
event
;
DROP
TABLE
db
,
host
,
user
,
func
,
plugin
,
tables_priv
,
columns_priv
,
procs_priv
,
help_category
,
help_keyword
,
help_relation
,
help_topic
,
proc
,
time_zone
,
time_zone_leap_second
,
time_zone_name
,
time_zone_transition
,
time_zone_transition_type
,
general_log
,
slow_log
,
event
,
binlog_index
;
--
enable_query_log
--
enable_query_log
...
...
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