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
d8b7e76c
Commit
d8b7e76c
authored
Feb 07, 2019
by
Chris Calender
Committed by
Sergey Vojtovich
Mar 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for MDEV-18276, typo in error message + all other occurrences of refering
parent
778c525f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/include/mix2.inc
mysql-test/include/mix2.inc
+1
-1
mysql-test/suite/innodb/t/innodb.test
mysql-test/suite/innodb/t/innodb.test
+1
-1
mysql-test/t/insert.test
mysql-test/t/insert.test
+1
-1
No files found.
mysql-test/include/mix2.inc
View file @
d8b7e76c
...
...
@@ -1153,7 +1153,7 @@ checksum table t1, t2, t3, t4, t5, t6, t7 extended;
drop
table
t1
,
t2
,
t3
,
t4
,
t5
,
t6
;
#
# Test problem with refering to different fields in same table in UNION
# Test problem with refer
r
ing to different fields in same table in UNION
# (Bug#2552: UNION returns NULL instead of expected value (innoDB only tables))
#
eval
create
table
t1
(
id
int
,
name
char
(
10
)
not
null
,
name2
char
(
10
)
not
null
)
engine
=
$engine_type
;
...
...
mysql-test/suite/innodb/t/innodb.test
View file @
d8b7e76c
...
...
@@ -1125,7 +1125,7 @@ checksum table t1, t2, t3, t4 extended;
drop
table
t1
,
t2
,
t3
;
#
# Test problem with refering to different fields in same table in UNION
# Test problem with refer
r
ing to different fields in same table in UNION
# (Bug #2552)
#
create
table
t1
(
id
int
,
name
char
(
10
)
not
null
,
name2
char
(
10
)
not
null
)
engine
=
innodb
;
...
...
mysql-test/t/insert.test
View file @
d8b7e76c
#
# Test of refering to old values
# Test of refer
r
ing to old values
#
--
disable_warnings
...
...
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