From a1c3656e01f26712a1fd9fca043b0280c2b9cea3 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Sat, 6 Sep 2014 18:08:28 +0200 Subject: - Fix MDEV-6624 (indexing on void table) modified: storage/connect/ha_connect.cc - Suppress "Position array is null" warning. modified: storage/connect/filamtxt.cpp storage/connect/mysql-test/connect/r/part_table.result --- storage/connect/mysql-test/connect/r/part_table.result | 1 - 1 file changed, 1 deletion(-) (limited to 'storage/connect/mysql-test') diff --git a/storage/connect/mysql-test/connect/r/part_table.result b/storage/connect/mysql-test/connect/r/part_table.result index e447caca615..122c328fa59 100644 --- a/storage/connect/mysql-test/connect/r/part_table.result +++ b/storage/connect/mysql-test/connect/r/part_table.result @@ -148,7 +148,6 @@ UPDATE t1 SET msg = 'number' WHERE id in (60,72); Warnings: Note 1105 xt3: 2 affected rows Note 1105 xt3: 0 affected rows -Warning 1105 xt3: (1105) Position array is null UPDATE t1 SET msg = 'soixante' WHERE id = 60; Warnings: Note 1105 xt3: 1 affected rows -- cgit v1.2.1