[MDEV-4466] Partitioned Aria table created by a previous version is recognized as TEST_SQL_DISCOVERY Created: 2013-05-01 Updated: 2013-09-09 Resolved: 2013-06-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2, 5.5.31 |
| Fix Version/s: | 10.0.4, 5.5.32 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
I create a simple Aria table on MariaDB server 5.5 (or 5.2, or 5.3):
Then I shutdown the server gracefully:
Then I create a new clean datadir for 10.0 server and bootstrap it.
Then I start 10.0 server, it starts without complaints.
Then I connect to the server and look at the table:
And it behaves like TEST_SQL_DISCOVERY, too:
If I start or build server without TEST_SQL_DISCOVERY, the table is correctly recognized as Aria. I can't make up a cross-version MTR test, so I will attach the files I copied into 10.0 datadir in the previously described test – that is, files created by 5.5, but never touched by 10.0 yet. |
| Comments |
| Comment by Elena Stepanova [ 2013-06-10 ] |
|
Increased the priority because we have another bug report, |
| Comment by Sergei Golubchik [ 2013-06-15 ] |
|
5.5 is affected too |
| Comment by Sergei Golubchik [ 2013-06-18 ] |
|
pushed in 5.5 and 10.0-base |