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
247e654f
Commit
247e654f
authored
Oct 31, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for windows
parent
2985ec2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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
mysql-test/t/system_mysql_db_fix50117.test
mysql-test/t/system_mysql_db_fix50117.test
+1
-1
No files found.
mysql-test/t/system_mysql_db_fix40123.test
View file @
247e654f
...
...
@@ -62,7 +62,7 @@ CREATE TABLE time_zone_leap_second ( Transition_time bigint signed NOT NULL,
# Run the mysql_fix_privilege_tables.sql using "mysql --force"
--
exec
$MYSQL
--
force
test
<
$MYSQL_FIX_PRIVILEGE_TABLES
>
$MYSQLTEST_VARDIR
/
log
/
system_mysql_db_fix40123
.
log
2
>&
1
--
exec
$MYSQL
--
force
test
<
$MYSQL_FIX_PRIVILEGE_TABLES
--
enable_query_log
--
enable_result_log
...
...
mysql-test/t/system_mysql_db_fix50030.test
View file @
247e654f
...
...
@@ -68,7 +68,7 @@ CREATE TABLE servers ( Server_name char(64) NOT NULL DEFAULT '', Host char(64) N
INSERT
INTO
servers
VALUES
(
'test'
,
'localhost'
,
'test'
,
'root'
,
''
,
0
,
''
,
'mysql'
,
'root'
);
# Run the mysql_fix_privilege_tables.sql using "mysql --force"
--
exec
$MYSQL
--
force
test
<
$MYSQL_FIX_PRIVILEGE_TABLES
>
$MYSQLTEST_VARDIR
/
log
/
system_mysql_db_fix50030
.
log
2
>&
1
--
exec
$MYSQL
--
force
test
<
$MYSQL_FIX_PRIVILEGE_TABLES
--
enable_query_log
--
enable_result_log
...
...
mysql-test/t/system_mysql_db_fix50117.test
View file @
247e654f
...
...
@@ -87,7 +87,7 @@ CREATE TABLE IF NOT EXISTS event ( db char(64) CHARACTER SET utf8 COLLATE utf8_b
CREATE
TABLE
IF
NOT
EXISTS
ndb_binlog_index
(
Position
BIGINT
UNSIGNED
NOT
NULL
,
File
VARCHAR
(
255
)
NOT
NULL
,
epoch
BIGINT
UNSIGNED
NOT
NULL
,
inserts
BIGINT
UNSIGNED
NOT
NULL
,
updates
BIGINT
UNSIGNED
NOT
NULL
,
deletes
BIGINT
UNSIGNED
NOT
NULL
,
schemaops
BIGINT
UNSIGNED
NOT
NULL
,
PRIMARY
KEY
(
epoch
))
ENGINE
=
MYISAM
;
# Run the mysql_fix_privilege_tables.sql using "mysql --force"
--
exec
$MYSQL
--
force
test
<
$MYSQL_FIX_PRIVILEGE_TABLES
>
$MYSQLTEST_VARDIR
/
log
/
system_mysql_db_fix50117
.
log
2
>&
1
--
exec
$MYSQL
--
force
test
<
$MYSQL_FIX_PRIVILEGE_TABLES
--
enable_query_log
--
enable_result_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