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
20011c8b
Commit
20011c8b
authored
Dec 16, 2018
by
Alexey Botchkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-14576 Include full name of object in message about incorrect value for column.
galera_prepared_statement test fixed.
parent
d1fb52af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/suite/galera/r/galera_prepared_statement.result
mysql-test/suite/galera/r/galera_prepared_statement.result
+1
-1
mysql-test/t/type_newdecimal.test
mysql-test/t/type_newdecimal.test
+1
-0
No files found.
mysql-test/suite/galera/r/galera_prepared_statement.result
View file @
20011c8b
...
...
@@ -28,7 +28,7 @@ ALTER TABLE t1 ADD COLUMN f2 INTEGER;
ALTER TABLE t1 DROP COLUMN f1;
connection node_1;
EXECUTE st1;
ERROR 22007: Incorrect integer value: 'abc' for column
'f2'
at row 1
ERROR 22007: Incorrect integer value: 'abc' for column
`test`.`t1`.`f2`
at row 1
connection node_1;
DROP TABLE t1;
DROP TABLE t2;
...
...
mysql-test/t/type_newdecimal.test
View file @
20011c8b
...
...
@@ -837,6 +837,7 @@ UPDATE Sow6_2f SET col1 = col1 / 0 WHERE col1 > 0;
#-- should return SQLSTATE 22012 division by zero
SELECT
MOD
(
col1
,
0
)
FROM
Sow6_2f
;
#-- should return SQLSTATE 22012 division by zero
--
replace_result
sow
Sow
--
error
1366
INSERT
INTO
Sow6_2f
VALUES
(
'a59b'
);
#-- should return SQLSTATE 22018 invalid character value for cast
...
...
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