lp:~stewart/drizzle/embedded-innodb-type-decimal

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~stewart/drizzle/embedded-innodb-type-decimal
Only Stewart Smith can upload to this branch. If you are Stewart Smith please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stewart Smith
Project:
Drizzle
Status:
Merged

Recent revisions

1490. By Stewart Smith

Merged embedded-innodb-type-blob into embedded-innodb-type-decimal.

1489. By Stewart Smith

Merged embedded-innodb-type-blob into embedded-innodb-type-decimal.

1488. By Stewart Smith

add type_decimal test for embedded_innodb

1487. By Stewart Smith

very basic decimal type test for embedded_innodb

1486. By Stewart Smith

very simple addition to create fields of DECIMAL type

1485. By Stewart Smith

we actually don't need to check the result, just set status correctly

1484. By Stewart Smith

add a copy of type_blob for embedded_innodb

1483. By Stewart Smith

check that we really did move to the right row in EmbeddedInnoDBCursor::innodb_index_read(). This emans type_blob test now passes. We need to update table->status as well here.

1482. By Stewart Smith

doStartTableScan() can be called twice in a row without a doEndTableScan()

Showing up in count_distinct test with embedded_innodb.

Inspection of innobase handler shows that this would be okay for innobase.

What the fuck is the point of a programming interface if all the rules of how you are called are violated?

1481. By Stewart Smith

the memory management for BLOBS is completely insane. For certain types of index lookups we *must* do a copy and clear it *only* in ::reset() or ::extra(). This patch fixes up any valgrind warnings/assertions for embedded_innodb executing type_blob test.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~drizzle-trunk/drizzle/development
This branch contains Public information 
Everyone can see this information.

Subscribers