lp:~nathanlws/drizzle/lex-string-removal

Created by Nathan Williams and last modified
Get this branch:
bzr branch lp:~nathanlws/drizzle/lex-string-removal
Only Nathan Williams can upload to this branch. If you are Nathan Williams please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Nathan Williams
Project:
Drizzle
Status:
Development

Recent revisions

1102. By Nathan Williams

Converted Item_func_get_system_var::component to a std::string.

1101. By Nathan Williams

Converted sys_var::value_ptr to take a std::string instead of LEX_STRING_POD.
Updated all classes that inherit/implement that virtual function.
Updated all usages of it (by constructing temporary string in some places to ease conversion).

1100. By Nathan Williams

Converted Item_func_get_user_var::name to a std::string. Left constructor from LEX_STRING_POD to aid in conversion process. Updated usage areas.

1099. By Nathan Williams

Removed declaration for Table::table_check_intact. Was dead code, had no implementation and referenced nowhere else.

Removed TABLE_FIELD_W_TYPE struct. Was only referenced by table_check_intact declaration.

1098. By Nathan Williams

Converted Key_part_spec::field_name to a standard string. Left the constructor from LEX_STRING as the transition continues.

1097. By Nathan Williams

Converted Session::getVariable to tak a std::string instead of a LEX_STRING.

Also needed updated places calling it to construct a tempopory string, until they are converted as well

1096. By Nathan Williams

Converted Field::comment and Create_field::comment to std::strings.

1095. By Brian Aker <brian@gaz>

Updates from Monty for Valgrind

1094. By Brian Aker <brian@gaz>

Merge Nathan

1093. By Brian Aker <brian@gaz>

Fix init of Table object.

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