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
401c69e4
Commit
401c69e4
authored
Aug 30, 2010
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed test failure
mysql-test/t/loaddata.test: Don't run test if ucs2 is not compiled
parent
7b91240b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/t/loaddata.test
mysql-test/t/loaddata.test
+2
-0
support-files/compiler_warnings.supp
support-files/compiler_warnings.supp
+2
-0
No files found.
mysql-test/t/loaddata.test
View file @
401c69e4
...
...
@@ -2,6 +2,8 @@
# Some simple test of load data
#
--
source
include
/
have_ucs2
.
inc
--
disable_warnings
drop
table
if
exists
t1
,
t2
;
--
enable_warnings
...
...
support-files/compiler_warnings.supp
View file @
401c69e4
...
...
@@ -112,6 +112,8 @@ signal\.c : .*unused parameter.*
.* : conversion from '.*size_t' to 'uInt'.*
.* : conversion from '.*size_t' to 'uint16'.*
.* : The following environment variables were not found.*
.* : no public symbols found; archive member will be inaccessible
.* : DESCRIPTION statement not supported
# Ignore uninitialized local variables on windows
.* : uninitialized local variable .* used
...
...
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