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
6f3f15c7
Commit
6f3f15c7
authored
Oct 07, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling error
parent
65d32059
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/t/rpl_slave_status.test
mysql-test/t/rpl_slave_status.test
+1
-1
mysql-test/t/system_mysql_db_fix.test
mysql-test/t/system_mysql_db_fix.test
+3
-3
No files found.
mysql-test/t/rpl_slave_status.test
View file @
6f3f15c7
...
...
@@ -9,7 +9,7 @@ start slave;
connection
master
;
--
disable_warnings
drop
table
if
exists
t1
;
--
enable_warning
--
enable_warning
s
create
table
t1
(
n
int
);
insert
into
t1
values
(
1
);
save_master_pos
;
...
...
mysql-test/t/system_mysql_db_fix.test
View file @
6f3f15c7
...
...
@@ -27,7 +27,7 @@ CREATE TABLE db (
KEY
User
(
User
)
)
type
=
ISAM
;
--
enable
-
warnings
--
enable
_
warnings
INSERT
INTO
db
VALUES
(
'%'
,
'test'
,
''
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
);
INSERT
INTO
db
VALUES
(
'%'
,
'test\_%'
,
''
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
);
...
...
@@ -45,7 +45,7 @@ CREATE TABLE host (
PRIMARY
KEY
Host
(
Host
,
Db
)
)
type
=
ISAM
;
--
enable
-
warnings
--
enable
_
warnings
--
disable_warnings
CREATE
TABLE
user
(
...
...
@@ -64,7 +64,7 @@ CREATE TABLE user (
PRIMARY
KEY
Host
(
Host
,
User
)
)
type
=
ISAM
;
--
enable
-
warnings
--
enable
_
warnings
INSERT
INTO
user
VALUES
(
'localhost'
,
'root'
,
''
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
,
'Y'
);
INSERT
INTO
user
VALUES
(
'localhost'
,
''
,
''
,
'N'
,
'N'
,
'N'
,
'N'
,
'N'
,
'N'
,
'N'
,
'N'
,
'N'
);
...
...
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