mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
This commit is contained in:
parent
50486eeb80
commit
e32799e4dd
83 changed files with 391 additions and 200 deletions
|
|
@ -31,7 +31,7 @@ const char **ha_heap::bas_ext() const
|
|||
{ static const char *ext[1]= { NullS }; return ext; }
|
||||
|
||||
|
||||
int ha_heap::open(const char *name, int mode, int test_if_locked)
|
||||
int ha_heap::open(const char *name, int mode, uint test_if_locked)
|
||||
{
|
||||
uint key,part,parts;
|
||||
HP_KEYDEF *keydef;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue