Skip to content

Commit

Permalink
Extend trx_rseq library
Browse files Browse the repository at this point in the history
  • Loading branch information
romz-pl committed Sep 7, 2019
1 parent 6fe894c commit c0cce02
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 66 deletions.
2 changes: 1 addition & 1 deletion storage/innobase/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "sql_base.h"
#include "srv0tmp.h"

#include "trx0rseg.h"



#include "trx0xa.h"
Expand Down
52 changes: 0 additions & 52 deletions storage/innobase/include/trx0rseg.h

This file was deleted.

2 changes: 1 addition & 1 deletion storage/innobase/row/row0purge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "trx0purge.h"
#include "trx0rec.h"

#include "trx0rseg.h"



#include <innodb/univ/call_destructor.h>
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/row/row0row.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "trx0purge.h"
#include "trx0rec.h"

#include "trx0rseg.h"




Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/row/row0undo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "trx0purge.h"
#include "trx0rec.h"

#include "trx0rseg.h"




Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/row/row0vers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "trx0purge.h"
#include "trx0rec.h"

#include "trx0rseg.h"




Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/srv/srv0mon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "srv0mon.h"
#include "srv0srv.h"
#include "trx0purge.h"
#include "trx0rseg.h"



/* Macro to standardize the counter names for counters in the
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/srv/srv0start.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "srv0tmp.h"
#include "trx0purge.h"

#include "trx0rseg.h"

#include "usr0sess.h"
#include <innodb/crc32/crc32.h>
#include "sql/log.h"
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0purge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "trx0purge.h"
#include "trx0rec.h"

#include "trx0rseg.h"



/** Maximum allowable purge history length. <=0 means 'infinite'. */
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0rec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "row0row.h"
#include "row0upd.h"
#include "trx0purge.h"
#include "trx0rseg.h"


#include "my_dbug.h"

Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0roll.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "srv0start.h"
#include "trx0rec.h"

#include "trx0rseg.h"




Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0rseg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include <innodb/trx_types/trx_rsegf_t.h>
#include <innodb/trx_rseq/flags.h>

#include "trx0rseg.h"


#include <stddef.h>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0sys.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "srv0srv.h"
#include "srv0start.h"
#include "trx0purge.h"
#include "trx0rseg.h"



#include "buf0dblwr.h"
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0trx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "trx0purge.h"
#include "trx0rec.h"

#include "trx0rseg.h"



#include "trx0xa.h"
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/trx/trx0undo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "srv0start.h"
#include "trx0purge.h"
#include "trx0rec.h"
#include "trx0rseg.h"



/* How should the old versions in the history list be managed?
Expand Down

0 comments on commit c0cce02

Please sign in to comment.