# restart RUN use test 0 rows affected RUN create table bla (data json) 0 rows affected 1 rows affected RUN select * from bla data %JSONDATA_UNESCAPED% 0 rows affected RUN drop table bla 0 rows affected Mysqlx.Resultset.ColumnMetaData { type: BYTES name: "result" original_name: "" table: "" original_table: "" schema: "" catalog: "def" collation: 33 fractional_digits: 31 length: 1830009 flags: 16 original_type: MYSQL_TYPE_VARCHAR } Mysqlx.Resultset.Row { field: ">%1%!1\000" } Mysqlx.Resultset.FetchDone { } Mysqlx.Notice.Frame { type: 3 scope: LOCAL payload: "Mysqlx.Notice.SessionStateChanged { param: ROWS_AFFECTED\nvalue {\n type: V_UINT\n v_unsigned_int: 0\n}\n }" } Mysqlx.Sql.StmtExecuteOk { } Mysqlx.Ok { msg: "bye!" } ok SET GLOBAL mysqlx_max_allowed_packet=162000000; Mysqlx.Ok { msg: "bye!" } ok 1 1 0 rows affected Mysqlx.Ok { msg: "bye!" } ok SET GLOBAL mysqlx_max_allowed_packet= DEFAULT;