mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed multi-table-delete
Optimize fixed length MyISAM rows to use pread/pwrite.
This commit is contained in:
@@ -164,3 +164,4 @@ typedef struct st_lex_user {
|
||||
#define STATUS_NOT_READ 8 /* Record isn't read */
|
||||
#define STATUS_UPDATED 16 /* Record is updated by formula */
|
||||
#define STATUS_NULL_ROW 32 /* table->null_row is set */
|
||||
#define STATUS_DELETED 64
|
||||
|
||||
Reference in New Issue
Block a user