lp:~posulliv/drizzle/cleanup-exec-command

Created by Padraig O'Sullivan and last modified
Get this branch:
bzr branch lp:~posulliv/drizzle/cleanup-exec-command
Only Padraig O'Sullivan can upload to this branch. If you are Padraig O'Sullivan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Padraig O'Sullivan
Project:
Drizzle
Status:
Merged

Recent revisions

1168. By Padraig O'Sullivan

Changed the type of res in mysql_execute_command() to bool instead of int
since that is how the type is used!

1167. By Padraig O'Sullivan

Various small style cleanups.

1166. By Padraig O'Sullivan

Extracted the last commands....Finally removed that gigantic switch
statement from mysql_execute_command().......

1165. By Padraig O'Sullivan

Extracted the CREATE TABLE command into its own class and implementation
files.

1164. By Padraig O'Sullivan

Extracted the REPLACE and INSERT commands into their own classes and
implementation files.

1163. By Padraig O'Sullivan

Extracted the ALTER TABLE command into its own class and implementation
files.

1162. By Padraig O'Sullivan

Created a CreateIndex class and DropIndex class instead of a
CreateOrDropIndex class as was present previously. Currently, these classes
have duplicate execute() methods which call mysql_alter_table() but in the
future, this is liekly to be updated.

1161. By Padraig O'Sullivan

Various style cleanups based on code review comments from Jay.

1160. By Padraig O'Sullivan

Changed the command Begin to StartTransaction based on code review comments
from Jay.

1159. By Padraig O'Sullivan

Merge from trunk.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.