Merge lp:~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh into lp:~drizzle-trunk/drizzle/development
Proposed by
Stewart Smith
on 2010-04-21
Status: | Merged |
---|---|
Merged at revision: | 1536 |
Proposed branch: | lp:~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh |
Merge into: | lp:~drizzle-trunk/drizzle/development |
Prerequisite: | lp:~stewart/drizzle/embedded-innodb-autoincrement |
Diff against target: |
77 lines (+52/-0) 4 files modified
plugin/embedded_innodb/embedded_innodb_engine.cc (+25/-0) plugin/embedded_innodb/test-suite-dir/embedded_innodb/tests/r/basic_create_select.result (+16/-0) plugin/embedded_innodb/test-suite-dir/embedded_innodb/tests/t/basic_create_select-master.opt (+1/-0) plugin/embedded_innodb/test-suite-dir/embedded_innodb/tests/t/basic_create_select.test (+10/-0) |
To merge this branch: | bzr merge lp:~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jay Pipes (community) | 2010-04-21 | Approve on 2010-04-21 | |
Brian Aker | 2010-04-21 | Pending | |
Drizzle Developers | 2010-04-21 | Pending | |
Review via email:
|
Description of the change
Support CREATE SELECT properly. This means we jump through an amazingly silly hoop.
To post a comment you must log in.
lp:~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh
updated
on 2010-05-17
- 1430. By Stewart Smith on 2010-04-23
-
Merged embedded-
innodb- autoincrement into embedded- innodb- create- select- transaction- arrgh. - 1431. By Stewart Smith on 2010-05-06
-
Merged embedded-
innodb- autoincrement into embedded- innodb- create- select- transaction- arrgh. - 1432. By Stewart Smith on 2010-05-12
-
merge trunk
- 1433. By Stewart Smith on 2010-05-12
-
merge getInitialAutoI
ncrementValue( ) calls new names for index_init and index_end() - 1434. By Stewart Smith on 2010-05-17
-
Merged embedded-
innodb- autoincrement into embedded- innodb- create- select- transaction- arrgh. - 1435. By Stewart Smith on 2010-05-17
-
Merged embedded-
innodb- autoincrement into embedded- innodb- create- select- transaction- arrgh.
Huh. Nice explanation in your blog post. Ugly, but it works. :)