1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Docs/manual.texi

replication updates
sql/opt_range.h
    fixed compiler warning
sql/slave.cc
    fixed handling of long usernames
    fixed insert_id + query log event processing atomicity in the case
    of slave death
    fix edcharset coversion to not be global to all threads
sql/sql_class.h
    fix to make insert_id event and the subsequent query event be still processed
    atomically if slave dies in the middle
sql/sql_select.cc
    temp fix to make it compile 
repl-tests/test-auto-inc/run.test@1.1
    New BitKeeper file ``repl-tests/test-auto-inc/run.test''
repl-tests/test-auto-inc/x.master@1.1
    New BitKeeper file ``repl-tests/test-auto-inc/x.master''
This commit is contained in:
sasha@mysql.sashanet.com
2000-10-08 01:48:50 -06:00
parent 1e562819cd
commit 1fbc40219c
7 changed files with 124 additions and 21 deletions

View File

@ -71,7 +71,7 @@ public:
double read_time;
QUICK_SELECT(TABLE *table,uint index_arg,bool no_alloc=0);
~QUICK_SELECT();
virtual ~QUICK_SELECT(); // fixed by Sasha needs to be virtual
void reset(void) { next=0; it.rewind(); }
virtual int init() { return 0; }
virtual int get_next();