• unknown's avatar
    Separating CHARSET and COLLATION terms · 6383a27b
    unknown authored
    
    mysql-test/r/alter_table.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/create.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/innodb.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/isam.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/select.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/show_check.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/type_blob.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/type_float.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    mysql-test/r/type_ranges.result:
      SHOW FIELDS and SHOW CREATE TABLE now displays collation
    sql/field.cc:
      In field type charset rather than collation name is displayed
    sql/sql_db.cc:
      COLLATE clause has been added into SHOW CREATE DATABASE
    sql/sql_lex.cc:
      Detect charset names rather than collation names
    sql/sql_show.cc:
      COLLATION field has been added into SHOW FIELDS
    sql/sql_yacc.yy:
      COLLATE syntax has been added in CREATE TABLE/DATABASE
    6383a27b
create.result 7.86 KB