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
eb63f9e7
Commit
eb63f9e7
authored
Dec 17, 2010
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge follow-up: update test result.
parent
f7dc30c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
mysql-test/r/fulltext.result
mysql-test/r/fulltext.result
+0
-9
No files found.
mysql-test/r/fulltext.result
View file @
eb63f9e7
...
@@ -663,9 +663,6 @@ ON (MATCH(t1.f1) against (""))
...
@@ -663,9 +663,6 @@ ON (MATCH(t1.f1) against (""))
WHERE t1.f1 GROUP BY t1.f1)) xor f1;
WHERE t1.f1 GROUP BY t1.f1)) xor f1;
1
1
1
1
Warnings:
Warning 1292 Truncated incorrect INTEGER value: 'test'
Warning 1292 Truncated incorrect INTEGER value: 'test'
PREPARE stmt FROM
PREPARE stmt FROM
'SELECT 1 FROM t1 WHERE 1 >
'SELECT 1 FROM t1 WHERE 1 >
ALL((SELECT 1 FROM t1 RIGHT OUTER JOIN t1 a
ALL((SELECT 1 FROM t1 RIGHT OUTER JOIN t1 a
...
@@ -674,15 +671,9 @@ PREPARE stmt FROM
...
@@ -674,15 +671,9 @@ PREPARE stmt FROM
EXECUTE stmt;
EXECUTE stmt;
1
1
1
1
Warnings:
Warning 1292 Truncated incorrect INTEGER value: 'test'
Warning 1292 Truncated incorrect INTEGER value: 'test'
EXECUTE stmt;
EXECUTE stmt;
1
1
1
1
Warnings:
Warning 1292 Truncated incorrect INTEGER value: 'test'
Warning 1292 Truncated incorrect INTEGER value: 'test'
DEALLOCATE PREPARE stmt;
DEALLOCATE PREPARE stmt;
PREPARE stmt FROM
PREPARE stmt FROM
'SELECT 1 FROM t1 WHERE 1 >
'SELECT 1 FROM t1 WHERE 1 >
...
...
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