mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +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
|
|
@ -40,7 +40,7 @@ class ha_isammrg: public handler
|
|||
bool low_byte_first() const { return 0; }
|
||||
uint min_record_length(uint options) const;
|
||||
|
||||
int open(const char *name, int mode, int test_if_locked);
|
||||
int open(const char *name, int mode, uint test_if_locked);
|
||||
int close(void);
|
||||
int write_row(byte * buf);
|
||||
int update_row(const byte * old_data, byte * new_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue