summaryrefslogtreecommitdiff
path: root/storage/connect/mysql-test/connect/r/vcol.result
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/mysql-test/connect/r/vcol.result')
-rw-r--r--storage/connect/mysql-test/connect/r/vcol.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/mysql-test/connect/r/vcol.result b/storage/connect/mysql-test/connect/r/vcol.result
index 4c59a3b06d8..e0fd37203e4 100644
--- a/storage/connect/mysql-test/connect/r/vcol.result
+++ b/storage/connect/mysql-test/connect/r/vcol.result
@@ -26,4 +26,4 @@ agehired int(3) as (floor(datediff(hired,birth)/365.25)),
index (agehired)
)
engine=CONNECT table_type=FIX file_name='boys.txt' mapped=YES lrecl=47 ending=1;
-ERROR HY000: Key/Index cannot be defined on a non-stored computed column
+ERROR 42000: Table handler doesn't support NULL in given index. Please change column 'agehired' to be NOT NULL or use another handler