[MDEV-3808] Better table discovery Created: 2012-10-11 Updated: 2013-05-02 Resolved: 2013-04-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | plugins | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Table discovery, that was created for NDB, works by frm shipping, the engine needs to provide a correct frm file for discovery to work. This can be made much more usable for the engine, if it would be able to provide a filled TABLE_SHARE structure, or an SQL CREATE TABLE statement (or an frm, for backward compatibility). Also, there should be a status variable to profile table definition cache misses, that caused a table to be discovered. |
| Comments |
| Comment by Sergei Golubchik [ 2013-04-10 ] |
|
pushed in 10.0-base |