Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. MariaDB [DB]> select version() ;
  2. +---------------------+
  3. | version() |
  4. +---------------------+
  5. | 10.3.11-MariaDB-log |
  6. +---------------------+
  7. 1 row in set (0.002 sec)
  8.  
  9. ...
  10. ENGINE=ColumnStore DEFAULT CHARSET=latin1 COMMENT 'compression=1';
  11.  
  12. MariaDB [DB]> CREATE OR REPLACE UNIQUE INDEX idx ON table(col);
  13. ERROR 1069 (42000): Too many keys specified; max 0 keys allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement