-
Committer:
Nathan Williams
-
Date:
2009-06-05 21:53:44 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1063.
-
Revision ID:
nathanlws@gmail.com-20090605215344-wmkb1ju9r70behoe
Converted Create_field::interval_list to a std::list<String*>.
mysql_prepare_create was updated to iterate over the the std::list instead of list.
That also called the typelib function which copies the data from those strings into a TYPELIB. That was updated to take the std::list as the parameter and iterate over it as well.