MXS-2732 Add MaxScale sqlite3 changes
This commit contains all MaxScale changes that have been made to sqlite3 version 3110100.
This commit is contained in:
@ -1268,6 +1268,9 @@ static Trigger *fkActionTrigger(
|
||||
sqlite3SrcListAppend(db, 0, &tFrom, 0),
|
||||
pWhere,
|
||||
0, 0, 0, 0, 0, 0
|
||||
#ifdef MAXSCALE
|
||||
, 0
|
||||
#endif
|
||||
);
|
||||
pWhere = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user