mariadb/storage/innobase/handler
Jan Lindström 46ad86f6a3 MDEV-8582: innodb_force_primary_key option does not force PK or unique key
Analysis: Handler used table flag HA_REQUIRE_PRIMARY_KEY but a bug on
sql_table.cc function mysql_prepare_create_table internally marked
secondary key with NOT NULL colums as unique key and did not then
fail on requirement that table should have primary key or unique key.
2015-08-08 19:32:40 +03:00
..
ha_innodb.cc MDEV-8582: innodb_force_primary_key option does not force PK or unique key 2015-08-08 19:32:40 +03:00
ha_innodb.h MDEV-8406: Test failure on encryption.innodb-page_encryption_log_encryption in P7/P8 2015-07-01 16:24:29 +03:00
handler0alter.cc MDEV-8130 Wrong error code/message while encrypting a partitioned InnoDB table 2015-05-13 14:27:18 +02:00
i_s.cc Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
i_s.h Fix compiler error if compiler does not support c99 style 2015-05-07 18:30:42 +03:00