[MDEV-5614] timestamp virtual column yields syntax error in show create table Created: 2014-02-04 Updated: 2015-11-04 Resolved: 2015-11-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Temporal Types |
| Affects Version/s: | 5.3.12, 5.5.35, 10.0.7, 10.0.22 |
| Fix Version/s: | 10.1.8 |
| Type: | Bug | Priority: | Minor |
| Reporter: | sbester1 | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux x64 |
||
| Issue Links: |
|
||||||||
| Description |
|
You cannot mysqldump/reload the table in the below testcase due to invalid sql being returned by "show create table".
|
| Comments |
| Comment by Sudheera Palihakkara [ 2014-02-05 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by sbester1 [ 2014-02-05 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
The problem is very simple. Look at it, you cannot create a table shown by 'show create table':
| |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2015-11-03 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
works in 10.1 - was fixed in
|