diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-16 08:48:52 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-02 18:53:36 +0200 |
commit | 80e61ae21e2373ee73407f91f596b11c2c46e7d9 (patch) | |
tree | 6478f01d7bc067fb7c526056b1544b3567753993 /sql-common | |
parent | 91dab5ddb6accbb256e7089aea8ba38e66a1b0cf (diff) | |
download | mariadb-git-80e61ae21e2373ee73407f91f596b11c2c46e7d9.tar.gz |
cleanup: LOAD DATA replication support in IO_CACHE
remove some 14-year old code that added support for
LOAD DATA replication to IO_CACHE:
* three callbacks, of which only two were actually used and that
were only needed for LOAD DATA replication but were
tested in every IO_CACHE instance
* an additional opaque void * argument in IO_CACHE, also only
used for LOAD DATA replication, but present everywhere
* the code to close IO_CACHE prematurely in LOAD DATA to have
these callbacks called in the correct order and a long
comment explaining what will happen if IO_CACHE is not
closed prematurely
* a variable to track whether IO_CACHE was closed prematurely
(to avoid double-closing it)
Diffstat (limited to 'sql-common')
0 files changed, 0 insertions, 0 deletions