1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for bug mentioned by Peter and Sanja

sql/sql_table.cc:
  Remove debug output
This commit is contained in:
unknown
2002-05-20 20:38:39 +05:00
parent 3f50440f30
commit 1afa455856
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,