1384
1427
char warn_buff[DRIZZLE_ERRMSG_SIZE];
1385
1428
snprintf(warn_buff, sizeof(warn_buff),
1386
1429
_("order_st BY ignored because there is a user-defined clustered "
1387
1430
"index in the table '%-.192s'"),
1389
1432
push_warning(session, DRIZZLE_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
1394
1437
from->sort.io_cache= new internal::IO_CACHE;
1397
1439
memset(&tables, 0, sizeof(tables));
1403
1445
if (session->lex->select_lex.setup_ref_array(session, order_num) ||