1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for bug mentioned by Peter and Sanja

This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-05-20 20:38:39 +05:00
parent 2b0a5e1f65
commit 65eb2e9f78
2 changed files with 1 additions and 4 deletions

View File

@ -476,9 +476,6 @@ int mysql_create_table(THD *thd,const char *db, const char *table_name,
checking for proper key parts number:
*/
printf("key_info->flags=%d key_info->algorithm=%d\n",
key_info->flags,key_info->algorithm);
if(key_info->flags == HA_SPATIAL){
if(key_info->key_parts!=1){
my_printf_error(ER_WRONG_ARGUMENTS,