diff options
Diffstat (limited to 'mysql-test/suite/oqgraph/r/basic.result')
-rw-r--r-- | mysql-test/suite/oqgraph/r/basic.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/oqgraph/r/basic.result b/mysql-test/suite/oqgraph/r/basic.result index e90659c0986..19e48db39fc 100644 --- a/mysql-test/suite/oqgraph/r/basic.result +++ b/mysql-test/suite/oqgraph/r/basic.result @@ -1,6 +1,6 @@ drop table if exists graph; Warnings: -Note 1051 Unknown table 'graph' +Note 1051 Unknown table 'test.graph' CREATE TABLE graph ( latch SMALLINT UNSIGNED NULL, origid BIGINT UNSIGNED NULL, |