diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2014-09-06 18:08:28 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2014-09-06 18:08:28 +0200 |
commit | a1c3656e01f26712a1fd9fca043b0280c2b9cea3 (patch) | |
tree | 45a8dbcc8caf66fd5f3ce16e4a9af99f60dd806a /storage/connect/mysql-test | |
parent | 4aac44d257c122920682ecea3501efb06eefe2cd (diff) | |
download | mariadb-git-a1c3656e01f26712a1fd9fca043b0280c2b9cea3.tar.gz |
- 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
Diffstat (limited to 'storage/connect/mysql-test')
-rw-r--r-- | storage/connect/mysql-test/connect/r/part_table.result | 1 |
1 files changed, 0 insertions, 1 deletions
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 |