1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

documenting HA_STATUS_xxx flags

This commit is contained in:
serg@serg.mylan
2005-11-26 08:54:13 +01:00
parent e6708aa0df
commit 10df921c96
3 changed files with 44 additions and 9 deletions

View File

@ -672,7 +672,7 @@ public:
key_range *max_key)
{ return (ha_rows) 10; }
virtual void position(const byte *record)=0;
virtual void info(uint)=0;
virtual void info(uint)=0; // see my_base.h for full description
virtual int extra(enum ha_extra_function operation)
{ return 0; }
virtual int extra_opt(enum ha_extra_function operation, ulong cache_size)