mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Bug#30689 Wrong content in I_S.VIEWS.VIEW_DEFINITION if VIEW is based on I_S
view_body_utf8 attribute type is changed to 'escaped string' mysql-test/r/ddl_i18n_koi8r.result: result fix mysql-test/r/ddl_i18n_utf8.result: result fix mysql-test/r/information_schema.result: result fix mysql-test/t/information_schema.test: test case
This commit is contained in:
parent
2cfd44fd31
commit
a8b1160835
5 changed files with 35 additions and 9 deletions
|
|
@ -672,7 +672,7 @@ static File_option view_parameters[]=
|
|||
FILE_OPTIONS_STRING},
|
||||
{{(char*) STRING_WITH_LEN("view_body_utf8")},
|
||||
my_offsetof(TABLE_LIST, view_body_utf8),
|
||||
FILE_OPTIONS_STRING},
|
||||
FILE_OPTIONS_ESTRING},
|
||||
{{NullS, 0}, 0,
|
||||
FILE_OPTIONS_STRING}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue