mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
16
t/lib/samples/pg/pg-log-006.txt
Normal file
16
t/lib/samples/pg/pg-log-006.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
2004-05-07 12:01:06 LOG: query: SELECT plugin_id, plugin_name FROM plugins
|
||||
2004-05-07 12:01:06 LOG: duration: 0.002161 sec
|
||||
2004-05-07 12:01:06 LOG: query: SELECT
|
||||
groups.type,
|
||||
news_bytes.details
|
||||
FROM
|
||||
news_bytes,
|
||||
groups
|
||||
WHERE
|
||||
news_bytes.group_id=groups.group_id
|
||||
ORDER BY
|
||||
date
|
||||
DESC LIMIT 30 OFFSET 0
|
||||
2004-05-07 12:01:06 ERROR: No such attribute groups.type
|
||||
2004-05-07 12:01:06 LOG: query: SELECT plugin_id, plugin_name FROM plugins
|
||||
2004-05-07 12:01:06 LOG: duration: 0.002161 sec
|
Reference in New Issue
Block a user