Skip to content

Commit afe64a4

Browse files
committed
IB: moved VTQ funcs to separate file
1 parent 7a22dd3 commit afe64a4

File tree

5 files changed

+467
-372
lines changed

5 files changed

+467
-372
lines changed

storage/innobase/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ SET(INNOBASE_SOURCES
149149
ut/ut0ut.cc
150150
ut/ut0vec.cc
151151
ut/ut0wqueue.cc
152-
ut/ut0timer.cc)
152+
ut/ut0timer.cc
153+
vers/vers0vtq.cc)
153154

154155
IF(WITH_INNODB)
155156
# Legacy option

storage/innobase/dict/dict0load.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3797,4 +3797,3 @@ dict_table_open_on_index_id(
37973797
}
37983798
return table;
37993799
}
3800-

0 commit comments

Comments
 (0)