Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
mysql_prepare_alter_table is 1K lines long and is hard to navigate. Several things could be made
- Split a function on a simpler independent and logically isolated pieces
- Iterators reuse should be eliminated
- Helper functions for iterating through keys/fields could be added