646
646
ptr= strcpy(query, op)+strlen(op);
647
647
ptr= strcpy(ptr, " TABLE ")+7;
648
648
ptr= fix_table_name(ptr, tables);
649
ptr= strxmov(ptr, " ", options, NULL);
650
650
query_length= (uint) (ptr - query);
652
652
if (drizzle_real_query(sock, query, query_length))