lp:~stewart/drizzle/jay-and-stewart-remove-pack_flag

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~stewart/drizzle/jay-and-stewart-remove-pack_flag
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

1141. By Stewart Smith

fix up decimals type to be uint8_t throughout and check that value in the proto is valid for what the server can currently handle

1140. By Stewart Smith

remove pack_flag from table.proto

1139. By Stewart Smith

don't use pack_flag in make_field for creating Field_blob; instead use what we always encode it to (a DRIZZLE_TYPE_LONG) to calc_pack_length for creating the field. Currently have an assert for making sure this is correct. next patch, remove assert and storage of pack_flag in proto.

1138. By Stewart Smith

remove DECIMAL_FLAG, FIELDFLAG_DECIMAL_POSITION and f_is_decimal_precision all related to pack_flag and all effectively unused.

1137. By Stewart Smith

Fix maybe_null for CreateField created for temp table in item/sum.cc (Item_sum_distinct)
which was causing valgrind warning on linux x86 and sum_distinct test failures on
Solaris sparc.

1136. By Stewart Smith

merge with trunk

1135. By Stewart Smith

don't store decimal/double scale in pack_flag, instead use the numeric option scale field in the table proto. This removes f_decimals() macro and the bits in the pack_flag for scale.

1134. By Jay Pipes <jpipes@serialcoder>

Merge trunk and resolve conflicts.

1133. By Jay Pipes <jpipes@serialcoder>

Style cleanups after review. Thanks Monty :)

1132. By Jay Pipes <jpipes@serialcoder>

Merge trunk

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
Stacked on:
lp:~drizzle-trunk/drizzle/development
This branch contains Public information 
Everyone can see this information.

Subscribers