mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
drop table if exists t1;
|
||||
set global max_allowed_packet=1048576;
|
||||
connect conn1,localhost,root,,;
|
||||
connection conn1;
|
||||
set names latin1;
|
||||
select hex(weight_string(0x010203));
|
||||
hex(weight_string(0x010203))
|
||||
@@ -91,6 +93,8 @@ NULL
|
||||
Warnings:
|
||||
Warning 1301 Result of cast_as_binary() was larger than max_allowed_packet (1048576) - truncated
|
||||
Warning 1301 Result of weight_string() was larger than max_allowed_packet (1048576) - truncated
|
||||
disconnect conn1;
|
||||
connection default;
|
||||
set global max_allowed_packet=default;
|
||||
#
|
||||
# Start of 10.1 tests
|
||||
|
||||
Reference in New Issue
Block a user