mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-13 14:39:28 +00:00
5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
# User@Host: root[root] @ localhost []
|
|
# Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 1
|
|
use test;
|
|
INSERT INTO t (id, username, last_login) VALUES (6, 'new_user_name_is_too_long', '2013-01-01 00:00:00');
|