diff options
Diffstat (limited to 'mysql-test/r/signal_demo1.result')
-rw-r--r-- | mysql-test/r/signal_demo1.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/signal_demo1.result b/mysql-test/r/signal_demo1.result index 752f23a48d6..fea4be81bcc 100644 --- a/mysql-test/r/signal_demo1.result +++ b/mysql-test/r/signal_demo1.result @@ -250,9 +250,9 @@ left join ab_physical_person pp on po.cust_id = pp.person_id left join ab_moral_person mp on po.cust_id = company_id ; PO# Sold to +3 Local school 1 John A Doe 2 Marry B Smith -3 Local school select po_id as "PO#", ol.line_no as "Line", ol.item_id as "Item", |