• unknown's avatar
    field.cc, sql_mode.result, sql_mode.test: · af60a7e6
    unknown authored
      "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
      compatibiliry mode change:
      Check that a binary collation adds 'binary'
      suffix into a char() column definition in
      mysql40 and mysql2323 modes. This allows
      not to lose the column's case sensitivity
      when loading the dump in pre-4.1 servers.
    
    
    mysql-test/t/sql_mode.test:
      "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
      compatibiliry mode change:
    mysql-test/r/sql_mode.result:
      "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
      compatibiliry mode change:
      Check that a binary collation adds 'binary'
      suffix into a char() column definition in
      mysql40 and mysql2323 modes. This allows
      not to lose the column's case sensitivity
      when loading the dump in pre-4.1 servers.
    sql/field.cc:
      "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
      compatibiliry mode change:
      Check that a binary collation adds 'binary'
      suffix into a char() column definition in
      mysql40 and mysql2323 modes. This allows
      not to lose the column's case sensitivity
      when loading the dump in pre-4.1 servers.
    af60a7e6
sql_mode.result 4.32 KB