now last version...
some fields maybe should be human readable but idon't know how to do it, like:
COLUMN_FLAGS_CHARACTER_SET_CLIENT_NUM,
COLUMN_FLAGS_CHARACTER_SET_RESULTS_NUM,
COLUMN_FLAGS_COLLATION_CONNECTION_NUM,
COLUMN_FLAGS_SQL_MODE,
COLUMN_FLAGS_DEFAULT_WEEK_FORMAT
and
just two flags that i don't understand how to show it : LC_TIME_NAMES and TIME_ZONE
but, work is done, please close this mdev, and if possiblem, submit patch to review =)
roberto spadim
added a comment - now last version...
some fields maybe should be human readable but idon't know how to do it, like:
COLUMN_FLAGS_CHARACTER_SET_CLIENT_NUM,
COLUMN_FLAGS_CHARACTER_SET_RESULTS_NUM,
COLUMN_FLAGS_COLLATION_CONNECTION_NUM,
COLUMN_FLAGS_SQL_MODE,
COLUMN_FLAGS_DEFAULT_WEEK_FORMAT
and
just two flags that i don't understand how to show it : LC_TIME_NAMES and TIME_ZONE
but, work is done, please close this mdev, and if possiblem, submit patch to review =)
thanks!
unit tests — see unittest/ directory.
sql tests — see mysql-test/ directory.
for a plugin you would probably want to see the plugin suite, mysql-test/suite/plugin
or your own suite in plugin/qc_info/mysql-test/
Sergei Golubchik
added a comment - unit tests — see unittest/ directory.
sql tests — see mysql-test/ directory.
for a plugin you would probably want to see the plugin suite, mysql-test/suite/plugin
or your own suite in plugin/qc_info/mysql-test/
See also https://kb.askmonty.org/en/mysql-test/
now last version...
some fields maybe should be human readable but idon't know how to do it, like:
COLUMN_FLAGS_CHARACTER_SET_CLIENT_NUM,
COLUMN_FLAGS_CHARACTER_SET_RESULTS_NUM,
COLUMN_FLAGS_COLLATION_CONNECTION_NUM,
COLUMN_FLAGS_SQL_MODE,
COLUMN_FLAGS_DEFAULT_WEEK_FORMAT
and
just two flags that i don't understand how to show it : LC_TIME_NAMES and TIME_ZONE
but, work is done, please close this mdev, and if possiblem, submit patch to review =)
thanks!