Skip to content
Permalink
Browse files
A cleanup for MDEV-16542 Fix ALTER TABLE FORCE to upgrade temporal types
Removing redundant space character after the data type comment
in SHOW CREATE TABLE, so the output changes from e.g.:

  a TIME /* mariadb-5.3 */  DEFAULT NULL

to

  a TIME /* mariadb-5.3 */ DEFAULT NULL

This is a prerequisite for MDEV-19906.
  • Loading branch information
abarkov committed Jan 16, 2020
1 parent 497ee33 commit c32fd50
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 211 deletions.

0 comments on commit c32fd50

Please sign in to comment.