RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,

reading from FIFO, fixes for FULLTEXT, @@IDENTITY
This commit is contained in:
monty@tramp.mysql.fi 2000-09-26 00:33:25 +03:00
commit e32799e4dd
83 changed files with 391 additions and 200 deletions

View file

@ -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);