mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 09:43:09 +00:00
Don't crash if group by attrib is empty string.
This commit is contained in:
15
t/lib/samples/slowlogs/slow055.txt
Normal file
15
t/lib/samples/slowlogs/slow055.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# User@Host: meow[meow] @ [1.2.3.8]
|
||||
# Thread_id: 5 Schema:
|
||||
# Query_time: 0.000002 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
|
||||
# No InnoDB statistics available for this query
|
||||
# administrator command: Quit;
|
||||
# User@Host: meow[meow] @ [1.2.3.8]
|
||||
# Thread_id: 6 Schema:
|
||||
# Query_time: 0.000899 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
|
||||
# No InnoDB statistics available for this query
|
||||
SET NAMES utf8;
|
||||
# User@Host: meow[meow] @ [1.2.3.8]
|
||||
# Thread_id: 6 Schema:
|
||||
# Query_time: 0.018799 Lock_time: 0.009453 Rows_sent: 0 Rows_examined: 0
|
||||
# No InnoDB statistics available for this query
|
||||
SELECT MIN(id),MAX(id) FROM tbl;
|
Reference in New Issue
Block a user