mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
in field_conv() don't simply check to->type() == MYSQL_TYPE_BLOB, this
misses GEOMETRY columns.
This commit is contained in:
@ -2847,7 +2847,7 @@ int prepare_create_field(Create_field *sql_field,
|
||||
longlong table_flags)
|
||||
{
|
||||
unsigned int dup_val_count;
|
||||
DBUG_ENTER("prepare_field");
|
||||
DBUG_ENTER("prepare_create_field");
|
||||
|
||||
/*
|
||||
This code came from mysql_prepare_create_table.
|
||||
|
Reference in New Issue
Block a user