Summary
When defined a new column type in include/field_types.h, Keep include/mysql/components/services/bits/stored_program_bits.h in sync with it.
As described in include/field_types.h:
/**
Column types for MySQL
Note: Keep include/mysql/components/services/bits/stored_program_bits.h in
sync with this
*/
enum enum_field_types {
MYSQL_TYPE_DECIMAL,
MYSQL_TYPE_TINY,
MYSQL_TYPE_SHORT,
MYSQL_TYPE_LONG,
MYSQL_TYPE_FLOAT,
...
...
Description for this feature.
Add types in include/mysql/components/services/bits/stored_program_bits.h
Summary When defined a new column type in
include/field_types.h
, Keepinclude/mysql/components/services/bits/stored_program_bits.h in
sync with it.As described in include/field_types.h:
Description for this feature.
Add types in
include/mysql/components/services/bits/stored_program_bits.h