Skip to content

Commit 906a555

Browse files
authored
add comments
1 parent 8a7edc7 commit 906a555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql-5.6.26/storage/innobase/srv/srv0srv.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
3232
*****************************************************************************/
3333

3434
/**************************************************//**
35-
@file srv/srv0srv.cc
35+
@file /srv0srv.cc
3636
The database server main program
3737
3838
Created 10/8/1995 Heikki Tuuri
@@ -342,6 +342,7 @@ UNIV_INTERN my_bool srv_stats_auto_recalc = TRUE;
342342
UNIV_INTERN ibool srv_use_doublewrite_buf = TRUE;
343343

344344
/* mijin */
345+
//declare and initialize table space id
345346
ulint srv_ol_space_id = 0;
346347
ulint srv_no_space_id = 0;
347348
ulint srv_stk_space_id = 0;

0 commit comments

Comments
 (0)