-
Martin Sköld authored
The failures seem to be due to strict sql_mode checks for timestamp values. Relaxing sql_mode while running the stored procedures. This is similar to what is done when the tables are created during installation process. The sql_mode is here however set to not alllow running procedures if ndb is not configured (no default substition of storage engine).
Martin Sköld authoredThe failures seem to be due to strict sql_mode checks for timestamp values. Relaxing sql_mode while running the stored procedures. This is similar to what is done when the tables are created during installation process. The sql_mode is here however set to not alllow running procedures if ndb is not configured (no default substition of storage engine).
Loading