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
05d05c77
Commit
05d05c77
authored
Jan 05, 2007
by
brian@zim.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for when shell version of mysql-test-run is called.
parent
77004aab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysql-test/t/warnings-master.opt
mysql-test/t/warnings-master.opt
+1
-0
mysql-test/t/warnings.test
mysql-test/t/warnings.test
+0
-2
No files found.
mysql-test/t/warnings-master.opt
View file @
05d05c77
--skip-innodb
mysql-test/t/warnings.test
View file @
05d05c77
...
...
@@ -150,8 +150,6 @@ drop table t1;
# Bug#20778: strange characters in warning message 1366 when called in SP
#
let
$engine_type
=
innodb
;
CREATE
TABLE
t1
(
f1
CHAR
(
20
)
);
CREATE
TABLE
t2
(
f1
CHAR
(
20
),
f2
CHAR
(
25
)
);
CREATE
TABLE
t3
(
f1
CHAR
(
20
),
f2
CHAR
(
25
),
f3
DATE
);
...
...
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