[MDEV-11462] MariaRocks: rocksdb.type_float_indexes fails Created: 2016-12-02 Updated: 2016-12-02 Resolved: 2016-12-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
possible_keys=NULL in MariaDB, while it is 'd' in MySQL.
|
| Comments |
| Comment by Sergei Petrunia [ 2016-12-02 ] | |||||||||||||||
|
If I run ANALYZE TABLE, I get type=range for both servers. possible_keys still has the same difference:
| |||||||||||||||
| Comment by Sergei Petrunia [ 2016-12-02 ] | |||||||||||||||
|
Checked Field::part_of_key, Field::key_start - no MariaDB vs MySQL differences. Debugged to
MySQL has:
MariaDB has just:
the line that modifies tab->keys comes from: https://github.com/mysql/mysql-server/commit/51145cbf7c52bc9d4e837df04297093062a1f942
| |||||||||||||||
| Comment by Sergei Petrunia [ 2016-12-02 ] | |||||||||||||||
|
Fix pushed to work tree. |