Loading bdb/dist/gen_rec.awk +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ BEGIN { t = types[i]; if (modes[i] == "POINTER") { ndx = index(t, "*"); t = substr(types[i], 0, ndx - 2); t = substr(types[i], 1, ndx - 2); } printf("\t%s\t%s;\n", t, vars[i]) >> HFILE } Loading sql/sql_class.h +0 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,6 @@ class MYSQL_LOG: public TC_LOG uint file_id; uint open_count; // For replication int readers_count; bool reset_pending; bool write_error, inited; bool need_start_event; /* Loading Loading
bdb/dist/gen_rec.awk +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ BEGIN { t = types[i]; if (modes[i] == "POINTER") { ndx = index(t, "*"); t = substr(types[i], 0, ndx - 2); t = substr(types[i], 1, ndx - 2); } printf("\t%s\t%s;\n", t, vars[i]) >> HFILE } Loading
sql/sql_class.h +0 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,6 @@ class MYSQL_LOG: public TC_LOG uint file_id; uint open_count; // For replication int readers_count; bool reset_pending; bool write_error, inited; bool need_start_event; /* Loading