1
0
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:
Sergei Golubchik
2013-07-15 21:17:08 +02:00
parent e1c76b80d9
commit 05c0103ad8
2 changed files with 3 additions and 3 deletions

View File

@ -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.