-
-
Notifications
You must be signed in to change notification settings - Fork 595
Closed
dolthub/vitess
#315Labels
bugSomething isn't workingSomething isn't workingcorrectnessWe don't return the same result as MySQLWe don't return the same result as MySQLintegrationsIssues with tools connecting to/querying DoltIssues with tools connecting to/querying DoltsqlIssue with SQLIssue with SQL
Description
Works in MySQL:
CREATE TABLE `site_identifiers` (
si_type VARBINARY(32) NOT NULL,
si_key VARBINARY(32) NOT NULL,
si_site INT UNSIGNED NOT NULL,
INDEX si_site (si_site),
INDEX si_key (si_key),
PRIMARY KEY(si_type, si_key)
) ENGINE=InnoDB, DEFAULT CHARSET=binary
Fails in Dolt with:
Error parsing SQL:
syntax error at position 245 near 'binary'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcorrectnessWe don't return the same result as MySQLWe don't return the same result as MySQLintegrationsIssues with tools connecting to/querying DoltIssues with tools connecting to/querying DoltsqlIssue with SQLIssue with SQL