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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
cc96e36a
Commit
cc96e36a
authored
Feb 24, 2010
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing compilation-dependent query.
parent
c77cd516
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
mysql-test/r/ctype_utf8mb4.result
mysql-test/r/ctype_utf8mb4.result
+0
-12
mysql-test/t/ctype_utf8mb4.test
mysql-test/t/ctype_utf8mb4.test
+0
-1
No files found.
mysql-test/r/ctype_utf8mb4.result
View file @
cc96e36a
...
@@ -1797,18 +1797,6 @@ ayy
...
@@ -1797,18 +1797,6 @@ ayy
select concat(a, if(b>10, 'x' 'æ', 'y' 'ß')) from t1;
select concat(a, if(b>10, 'x' 'æ', 'y' 'ß')) from t1;
ERROR HY000: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'concat'
ERROR HY000: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'concat'
drop table t1;
drop table t1;
SHOW ENGINES;
Engine Support Comment Transactions XA Savepoints
ndbcluster NO Clustered, fault-tolerant tables NULL NULL NULL
MRG_MYISAM YES Collection of identical MyISAM tables NO NO NO
MEMORY YES Hash based, stored in memory, useful for temporary tables NO NO NO
BLACKHOLE YES /dev/null storage engine (anything you write to it disappears) NO NO NO
CSV YES CSV storage engine NO NO NO
MyISAM DEFAULT Default engine as of MySQL 3.23 with great performance NO NO NO
ARCHIVE YES Archive storage engine NO NO NO
FEDERATED NO Federated MySQL storage engine NULL NULL NULL
PERFORMANCE_SCHEMA YES Performance Schema NO NO NO
InnoDB YES Supports transactions, row-level locking, and foreign keys YES YES YES
CREATE TABLE t1 (
CREATE TABLE t1 (
colA int(11) NOT NULL,
colA int(11) NOT NULL,
colB varchar(255) character set utf8mb4 NOT NULL,
colB varchar(255) character set utf8mb4 NOT NULL,
...
...
mysql-test/t/ctype_utf8mb4.test
View file @
cc96e36a
...
@@ -1397,7 +1397,6 @@ drop table t1;
...
@@ -1397,7 +1397,6 @@ drop table t1;
# Bug#19960: Inconsistent results when joining
# Bug#19960: Inconsistent results when joining
# InnoDB tables using partial UTF8 indexes
# InnoDB tables using partial UTF8 indexes
#
#
SHOW
ENGINES
;
--
disable_warnings
--
disable_warnings
CREATE
TABLE
t1
(
CREATE
TABLE
t1
(
colA
int
(
11
)
NOT
NULL
,
colA
int
(
11
)
NOT
NULL
,
...
...
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