mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
@ -2484,7 +2484,7 @@ bool load_table_name_for_trigger(THD *thd,
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
#ifdef WITH_WSREP
|
||||
int wsrep_create_trigger_query(THD *thd, uchar** buf, uint* buf_len)
|
||||
int wsrep_create_trigger_query(THD *thd, uchar** buf, int* buf_len)
|
||||
{
|
||||
LEX *lex= thd->lex;
|
||||
String stmt_query;
|
||||
@ -2532,6 +2532,6 @@ int wsrep_create_trigger_query(THD *thd, uchar** buf, uint* buf_len)
|
||||
stmt_query.append(stmt_definition.str, stmt_definition.length);
|
||||
|
||||
return wsrep_to_buf_helper(thd, stmt_query.c_ptr(), stmt_query.length(),
|
||||
buf, buf_len);
|
||||
buf, buf_len);
|
||||
}
|
||||
#endif /* WITH_WSREP */
|
||||
|
Reference in New Issue
Block a user