SHOW CREATE TABLE (statement_transform) should always have type as upper case
Bug #619591 reported by
Stewart Smith
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
Low
|
Andrew Hutchings | ||
7.0 |
Fix Released
|
Low
|
Andrew Hutchings |
Bug Description
from https:/
the type for columns in SHOW CREATE TABLE should always be upper case
Related branches
lp://staging/~linuxjedi/drizzle/drizzle-bug-619591
- Drizzle Merge Team: Pending requested
-
Diff: 17056 lines (+6527/-6528)114 files modifieddrizzled/message/statement_transform.cc (+13/-14)
plugin/archive/tests/r/archive.result (+9/-9)
plugin/archive/tests/r/archive_aio_posix.result (+9/-9)
plugin/blackhole/tests/r/create_max_fields.result (+4096/-4096)
plugin/blitzdb/tests/r/blitzdb-basic.result (+3/-3)
plugin/collation_dictionary/tests/r/data_dictionary.result (+11/-11)
plugin/filesystem_engine/tests/r/basic_create_table.result (+1/-1)
plugin/filesystem_engine/tests/r/select_cpuinfo.result (+24/-24)
plugin/filesystem_engine/tests/r/select_meminfo.result (+32/-32)
plugin/information_schema_dictionary/tests/r/show_create_table.result (+249/-249)
plugin/innobase/tests/r/innodb_cmp.result (+6/-6)
plugin/innobase/tests/r/innodb_cmp_reset.result (+6/-6)
plugin/innobase/tests/r/innodb_cmpmem.result (+5/-5)
plugin/innobase/tests/r/innodb_cmpmem_reset.result (+5/-5)
plugin/innobase/tests/r/innodb_lock_waits.result (+4/-4)
plugin/innobase/tests/r/innodb_locks.result (+10/-10)
plugin/innobase/tests/r/innodb_status.result (+2/-2)
plugin/innobase/tests/r/innodb_trx.result (+8/-8)
plugin/logging_stats/tests/r/command.result (+2/-2)
plugin/logging_stats/tests/r/max_user.result (+2/-2)
plugin/myisam/tests/r/myisam.result (+36/-36)
plugin/pbxt/tests/r/basic_create_nullable.result (+5/-5)
plugin/pbxt/tests/r/basic_create_select.result (+1/-1)
plugin/pbxt/tests/r/basic_create_table.result (+1/-1)
plugin/pbxt/tests/r/basic_create_with_index.result (+4/-4)
plugin/registry_dictionary/tests/r/data_dictionary.result (+11/-11)
plugin/replication_dictionary/tests/r/data_dictionary.result (+2/-2)
plugin/schema_dictionary/tests/r/data_dictionary.result (+69/-69)
plugin/schema_dictionary/tests/r/show.result (+150/-150)
plugin/schema_dictionary/tests/r/show_fields.result (+5/-5)
plugin/session_dictionary/tests/r/data_dictionary.result (+8/-8)
plugin/status_dictionary/tests/r/data_dictionary.result (+8/-8)
plugin/table_cache_dictionary/tests/r/table_cache.result (+9/-9)
plugin/table_cache_dictionary/tests/r/table_definition_cache.result (+5/-5)
plugin/transaction_log/tests/r/alter.result (+1/-1)
plugin/transaction_log/tests/r/auto_commit.result (+2/-2)
plugin/transaction_log/tests/r/blob.result (+1/-1)
plugin/transaction_log/tests/r/create_select.result (+2/-2)
plugin/transaction_log/tests/r/create_table.result (+2/-2)
plugin/transaction_log/tests/r/delete.result (+3/-3)
plugin/transaction_log/tests/r/filtered_replicator.result (+32/-32)
plugin/transaction_log/tests/r/insert.result (+1/-1)
plugin/transaction_log/tests/r/insert_multi.result (+1/-1)
plugin/transaction_log/tests/r/insert_on_duplicate_update.result (+1/-1)
plugin/transaction_log/tests/r/insert_select.result (+2/-2)
plugin/transaction_log/tests/r/multi_column_primary_key.result (+1/-1)
plugin/transaction_log/tests/r/multi_table.result (+2/-2)
plugin/transaction_log/tests/r/no_modification.result (+1/-1)
plugin/transaction_log/tests/r/no_primary_key.result (+1/-1)
plugin/transaction_log/tests/r/null_values.result (+3/-3)
plugin/transaction_log/tests/r/rand.result (+1/-1)
plugin/transaction_log/tests/r/rename.result (+1/-1)
plugin/transaction_log/tests/r/replace.result (+39/-39)
plugin/transaction_log/tests/r/rollback.result (+1/-1)
plugin/transaction_log/tests/r/select_for_update.result (+1/-1)
plugin/transaction_log/tests/r/temp_tables.result (+1/-1)
plugin/transaction_log/tests/r/truncate.result (+1/-1)
plugin/transaction_log/tests/r/update.result (+4/-4)
tests/r/alter_table.result (+8/-8)
tests/r/auto_increment.result (+2/-2)
tests/r/bigint.result (+2/-2)
tests/r/binary.result (+1/-1)
tests/r/case.result (+19/-19)
tests/r/comment_column.result (+91/-91)
tests/r/comment_index.result (+130/-130)
tests/r/comment_table.result (+21/-21)
tests/r/constraints.result (+1/-1)
tests/r/create.result (+154/-154)
tests/r/create_not_windows.result (+2/-2)
tests/r/ctype_utf8.result (+3/-3)
tests/r/default.result (+28/-28)
tests/r/default_collation.result (+2/-2)
tests/r/drizzledump-max.result (+12/-12)
tests/r/drizzledump.result (+353/-353)
tests/r/foreign_key.result (+4/-4)
tests/r/func_gconcat.result (+1/-1)
tests/r/func_group.result (+7/-7)
tests/r/func_math.result (+1/-1)
tests/r/func_misc.result (+2/-2)
tests/r/func_system.result (+3/-3)
tests/r/heap.result (+28/-28)
tests/r/innodb.result (+77/-77)
tests/r/innodb_mysql.result (+6/-6)
tests/r/key.result (+24/-24)
tests/r/mix2_myisam.result (+38/-38)
tests/r/mysql_protocol.result (+1/-1)
tests/r/null.result (+38/-38)
tests/r/null_key.result (+2/-2)
tests/r/parser_bug21114_innodb.result (+24/-24)
tests/r/select.result (+3/-3)
tests/r/show_check.result (+82/-82)
tests/r/show_create_table_basic.result (+1/-1)
tests/r/show_create_table_multibyte.result (+1/-1)
tests/r/show_create_table_utf8.result (+1/-1)
tests/r/show_create_table_varbinary.result (+5/-5)
tests/r/strict.result (+10/-10)
tests/r/subselect.result (+9/-9)
tests/r/synchronization.result (+153/-153)
tests/r/type_blob.result (+10/-10)
tests/r/type_datetime.result (+4/-4)
tests/r/type_decimal.result (+4/-4)
tests/r/type_enum.result (+7/-7)
tests/r/type_float.result (+5/-5)
tests/r/type_newdecimal.result (+26/-26)
tests/r/type_timestamp.result (+21/-21)
tests/r/type_varbinary.result (+2/-2)
tests/r/type_varchar.result (+7/-7)
tests/r/union.result (+43/-43)
tests/r/user_var.result (+4/-4)
tests/r/varbinary.result (+2/-2)
tests/r/variables.result (+9/-9)
tests/suite/jp/r/jp_alter_utf8.result (+45/-45)
tests/suite/jp/r/jp_create_tbl_utf8.result (+45/-45)
tests/suite/jp/r/jp_enum_utf8.result (+27/-27)
Changed in drizzle: | |
status: | New → Confirmed |
Changed in drizzle: | |
importance: | Undecided → Low |
assignee: | nobody → Andrew Hutchings (linuxjedi) |
To post a comment you must log in.