Commit 47da65ee authored by unknown's avatar unknown

Cassandra SE build fix for merge.

parent 8075b05b
......@@ -519,7 +519,7 @@ int ha_cassandra::create(const char *name, TABLE *table_arg,
DBUG_ENTER("ha_cassandra::create");
if (table_arg->s->keys != 1 || table_arg->s->primary_key !=0 ||
table_arg->key_info[0].key_parts != 1 ||
table_arg->key_info[0].user_defined_key_parts != 1 ||
table_arg->key_info[0].key_part[0].fieldnr != 1)
{
my_error(ER_WRONG_COLUMN_NAME, MYF(0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment