• Annamalai Gurusami's avatar
    Bug #17852083 PRINT A WARNING WHEN DDL HAS AN ERROR IN INNODB_STRICT_MODE = 1 · 44fd241a
    Annamalai Gurusami authored
    Problem:
    
    Creation of a table fails when innodb_strict_mode is enabled, but the same
    table is created without any warning when innodb_strict_mode is enabled.
    
    Solution:
    
    If creation of a table fails with an error when innodb_strict_mode is
    enabled, it must issue a warning when innodb_strict_mode is disabled.
    
    rb#6723 approved by Krunal.
    44fd241a
dict0dict.c 144 KB