You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: