summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-04-25 09:37:27 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-04-26 23:03:27 +0300
commit23ea4360fd1e93fad3dc391dd94f2d1592eb7220 (patch)
treed2585e67c843f47aa0a6cb8dad9e1c58e3e09124 /storage/innobase/include
parent472b5f0d1ff53cf9889758f6c2f11fb93ad15e6d (diff)
downloadmariadb-git-23ea4360fd1e93fad3dc391dd94f2d1592eb7220.tar.gz
Remove TRX_SYS_OLD_N_RSEGS
Diffstat (limited to 'storage/innobase/include')
-rw-r--r--storage/innobase/include/trx0sys.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/innobase/include/trx0sys.h b/storage/innobase/include/trx0sys.h
index b867600653d..c361a9bac55 100644
--- a/storage/innobase/include/trx0sys.h
+++ b/storage/innobase/include/trx0sys.h
@@ -403,10 +403,6 @@ byte, therefore 128; each slot is currently 8 bytes in size. If you want
to raise the level to 256 then you will need to fix some assertions that
impose the 7 bit restriction. e.g., mach_write_to_3() */
#define TRX_SYS_N_RSEGS 128
-/* Originally, InnoDB defined TRX_SYS_N_RSEGS as 256 but created only one
-rollback segment. It initialized some arrays with this number of entries.
-We must remember this limit in order to keep file compatibility. */
-#define TRX_SYS_OLD_N_RSEGS 256
/** Maximum length of MySQL binlog file name, in bytes. */
#define TRX_SYS_MYSQL_LOG_NAME_LEN 512