Bug #45829 | CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted, does nothing | ||
---|---|---|---|
Submitted: | 29 Jun 2009 15:58 | Modified: | 1 Sep 2009 18:18 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.1-bzr | OS: | Any |
Assigned to: | Guilhem Bichot | CPU Architecture: | Any |
[29 Jun 2009 15:58]
Guilhem Bichot
[7 Jul 2009 12:38]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/78122 3007 Guilhem Bichot 2009-07-07 Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted, does nothing": those keywords do nothing in 5.1 (they were meant for 6.0) so they are removed from the syntax. @ mysql-test/r/create.result test that syntax is not accepted @ mysql-test/t/create.test test that syntax is not accepted @ sql/handler.cc remove ROW_FORMAT=PAGE @ sql/handler.h Mark unused objects, but I don't remove them by fear of breaking any plugin which includes this file (see also table.h) @ sql/lex.h removing syntax @ sql/sql_show.cc removing output of noise keywords in SHOW CREATE TABLE and INFORMATION_SCHEMA.TABLES @ sql/sql_table.cc removing TRANSACTIONAL @ sql/sql_yacc.yy removing syntax @ sql/table.cc removing TRANSACTIONAL, PAGE_CHECKSUM. Their place in the frm file is not reclaimed, for compatibility with older 5.1. @ sql/table.h Mark unused objects, but I don't remove them by fear of breaking any plugin which includes this file (and there are several engines which use the content TABLE_SHARE and thus rely on a certain binary layout of this structure).
[29 Jul 2009 19:48]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/79560 3046 Guilhem Bichot 2009-07-29 Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted, does nothing": those keywords do nothing in 5.1 (they are meant for future versions, for example featuring the Maria engine) so they are here removed from the syntax. Adding those keywords to future versions when needed is: - WL#5034 "Add TRANSACTIONA=0|1 and PAGE_CHECKSUM=0|1 clauses to CREATE TABLE" - WL#5037 "New ROW_FORMAT value for CREATE TABLE: PAGE" @ mysql-test/r/create.result test that syntax is not accepted @ mysql-test/t/create.test test that syntax is not accepted @ sql/handler.cc remove ROW_FORMAT=PAGE @ sql/handler.h Mark unused objects, but I don't remove them by fear of breaking any plugin which includes this file (see also table.h) @ sql/lex.h removing syntax @ sql/sql_show.cc removing output of noise keywords in SHOW CREATE TABLE and INFORMATION_SCHEMA.TABLES @ sql/sql_table.cc removing TRANSACTIONAL @ sql/sql_yacc.yy removing syntax @ sql/table.cc removing TRANSACTIONAL, PAGE_CHECKSUM. Their place in the frm file is not reclaimed, for compatibility with older 5.1. @ sql/table.h Mark unused objects, but I don't remove them by fear of breaking any plugin which includes this file (and there are several engines which use the content TABLE_SHARE and thus rely on a certain binary layout of this structure).
[29 Jul 2009 20:12]
Guilhem Bichot
queued to 5.1-bugteam and mysql-pe.
[4 Aug 2009 19:50]
Bugs System
Pushed into 5.4.4-alpha (revid:alik@sun.com-20090804194615-h40sa098mx4z49qg) (version source revid:guilhem@mysql.com-20090729102507-p89mxntsxlry54wc) (merge vers: 5.4.4-alpha) (pib:11)
[4 Aug 2009 20:45]
Bugs System
Pushed into 5.1.38 (revid:davi.arnaut@sun.com-20090804204317-ggodqkik7de6nfpz) (version source revid:davi.arnaut@sun.com-20090804204317-ggodqkik7de6nfpz) (merge vers: 5.1.38) (pib:11)
[12 Aug 2009 10:58]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/80660 3064 Konstantin Osipov 2009-08-12 A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted, does nothing" Remove unused code that would lead to warnings when compiling sql_yacc.yy. @ sql/handler.h Remove unused defines. @ sql/sql_yacc.yy Remove unused grammar. @ sql/table.h Remove unused TABLE members.
[12 Aug 2009 13:11]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/80672 3065 Konstantin Osipov 2009-08-12 A follow up patch for the follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted, does nothing". Put back stubs for members of structures that are shared between sql/ and pluggable storage engines. to not break ABI unnecessarily. To be NULL-merged into 5.4, where we do break the ABI already.
[1 Sep 2009 18:18]
Paul DuBois
Noted in 5.1.38, 5.4.4 changelogs. The undocumented TRANSACTIONAL and PAGE_CHECKSUM keywords were removed from the grammar.
[2 Sep 2009 16:41]
Bugs System
Pushed into 5.1.39 (revid:joro@sun.com-20090902154533-8actmfcsjfqovgsb) (version source revid:mattias.jonsson@sun.com-20090812165333-tmbq81se96tosyq6) (merge vers: 5.1.38) (pib:11)
[14 Sep 2009 16:03]
Bugs System
Pushed into 5.4.4-alpha (revid:alik@sun.com-20090914155317-m1g9wodmndzdj4l1) (version source revid:alik@sun.com-20090914155317-m1g9wodmndzdj4l1) (merge vers: 5.4.4-alpha) (pib:11)
[1 Oct 2009 5:58]
Bugs System
Pushed into 5.1.39-ndb-6.3.28 (revid:jonas@mysql.com-20091001055605-ap2kiaarr7p40mmv) (version source revid:jonas@mysql.com-20091001055605-ap2kiaarr7p40mmv) (merge vers: 5.1.39-ndb-6.3.28) (pib:11)
[1 Oct 2009 7:25]
Bugs System
Pushed into 5.1.39-ndb-7.0.9 (revid:jonas@mysql.com-20091001072547-kv17uu06hfjhgjay) (version source revid:jonas@mysql.com-20091001071652-irejtnumzbpsbgk2) (merge vers: 5.1.39-ndb-7.0.9) (pib:11)
[1 Oct 2009 13:25]
Bugs System
Pushed into 5.1.39-ndb-7.1.0 (revid:jonas@mysql.com-20091001123013-g9ob2tsyctpw6zs0) (version source revid:jonas@mysql.com-20091001123013-g9ob2tsyctpw6zs0) (merge vers: 5.1.39-ndb-7.1.0) (pib:11)
[5 Oct 2009 10:50]
Bugs System
Pushed into 5.1.39-ndb-6.2.19 (revid:jonas@mysql.com-20091005103850-dwij2dojwpvf5hi6) (version source revid:jonas@mysql.com-20090930185117-bhud4ek1y0hsj1nv) (merge vers: 5.1.39-ndb-6.2.19) (pib:11)
[5 Oct 2009 18:15]
Paul DuBois
This fix now has been pushed into 5.4.2.