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
8c793eaa
Commit
8c793eaa
authored
May 03, 2023
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test after merge (by Thiru)
parent
46ebddba
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/main/insert_innodb.result
mysql-test/main/insert_innodb.result
+1
-1
mysql-test/main/insert_innodb.test
mysql-test/main/insert_innodb.test
+1
-1
No files found.
mysql-test/main/insert_innodb.result
View file @
8c793eaa
...
...
@@ -51,7 +51,7 @@ CREATE TEMPORARY TABLE v0 ( v1 TEXT ( 15 ) CHAR SET BINARY NOT NULL NOT NULL UNI
ERROR HY000: Field 'v1' doesn't have a default value
CREATE TEMPORARY TABLE t1 (i TEXT(15) NOT NULL DEFAULT '' UNIQUE CHECK (i)) engine=innodb
REPLACE SELECT NULL AS a;
ERROR
HY000: Field 'DB_ROW_HASH_1' doesn't have a default value
ERROR
23000: CONSTRAINT `t1.i` failed for `test`.`t1`
#
# End of 10.5 tests
#
mysql-test/main/insert_innodb.test
View file @
8c793eaa
...
...
@@ -71,7 +71,7 @@ DROP TABLE t2, t1;
--
error
ER_NO_DEFAULT_FOR_FIELD
CREATE
TEMPORARY
TABLE
v0
(
v1
TEXT
(
15
)
CHAR
SET
BINARY
NOT
NULL
NOT
NULL
UNIQUE
CHECK
(
v1
)
)
REPLACE
SELECT
NULL
AS
v3
,
74
AS
v2
;
--
error
ER_
NO_DEFAULT_FOR_FIEL
D
--
error
ER_
CONSTRAINT_FAILE
D
CREATE
TEMPORARY
TABLE
t1
(
i
TEXT
(
15
)
NOT
NULL
DEFAULT
''
UNIQUE
CHECK
(
i
))
engine
=
innodb
REPLACE
SELECT
NULL
AS
a
;
...
...
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