Changeset View
Changeset View
Standalone View
Standalone View
databases/mysqlwsrep56-server/files/patch-sql_sql__view.cc
- This file was copied from databases/mysql56-server/files/patch-sql_sql_view.cc.
--- sql/sql_view.cc.orig 2012-08-02 00:01:13.000000000 +0200 | --- sql/sql_view.cc.orig 2017-01-25 07:58:07 UTC | ||||
+++ sql/sql_view.cc 2012-09-11 17:01:13.000000000 +0200 | +++ sql/sql_view.cc | ||||
@@ -730,46 +730,46 @@ static const int required_view_parameters= 14; | @@ -767,46 +767,46 @@ static const int required_view_parameter | ||||
*/ | */ | ||||
static File_option view_parameters[]= | static File_option view_parameters[]= | ||||
{{{ C_STRING_WITH_LEN("query")}, | {{{ C_STRING_WITH_LEN("query")}, | ||||
- my_offsetof(TABLE_LIST, select_stmt), | - my_offsetof(TABLE_LIST, select_stmt), | ||||
+ static_cast<int>(my_offsetof(TABLE_LIST, select_stmt)), | + static_cast<int>(my_offsetof(TABLE_LIST, select_stmt)), | ||||
FILE_OPTIONS_ESTRING}, | FILE_OPTIONS_ESTRING}, | ||||
{{ C_STRING_WITH_LEN("md5")}, | {{ C_STRING_WITH_LEN("md5")}, | ||||
- my_offsetof(TABLE_LIST, md5), | - my_offsetof(TABLE_LIST, md5), | ||||
▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines |