Loading innobase/include/rem0rec.h +2 −2 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ bits of a record. (Only compact records have status bits.) */ UNIV_INLINE ulint rec_get_info_and_status_bits( /*==============*/ /*=========================*/ /* out: info bits */ rec_t* rec, /* in: physical record */ ibool comp); /* in: TRUE=compact page format */ Loading @@ -149,7 +149,7 @@ bits of a record. (Only compact records have status bits.) */ UNIV_INLINE void rec_set_info_and_status_bits( /*==============*/ /*=========================*/ rec_t* rec, /* in: physical record */ ibool comp, /* in: TRUE=compact page format */ ulint bits); /* in: info bits */ Loading innobase/include/rem0rec.ic +1 −1 Original line number Diff line number Diff line Loading @@ -564,7 +564,7 @@ rec_set_info_and_status_bits( } else { ut_ad(!(bits & ~(REC_INFO_BITS_MASK >> REC_INFO_BITS_SHIFT))); } rec_set_info_bits(rec, bits & ~REC_NEW_STATUS_MASK, comp); rec_set_info_bits(rec, comp, bits & ~REC_NEW_STATUS_MASK); } /********************************************************** Loading libmysqld/examples/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \ mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD) mysql_client_test_embedded_LINK = $(CXXLINK) mysql_client_test_embedded_SOURCES = $(top_srcdir)/tests/mysql_client_test.c mysql_client_test_embedded_SOURCES = mysql_client_test.c clean: rm -f $(client_sources) Loading Loading
innobase/include/rem0rec.h +2 −2 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ bits of a record. (Only compact records have status bits.) */ UNIV_INLINE ulint rec_get_info_and_status_bits( /*==============*/ /*=========================*/ /* out: info bits */ rec_t* rec, /* in: physical record */ ibool comp); /* in: TRUE=compact page format */ Loading @@ -149,7 +149,7 @@ bits of a record. (Only compact records have status bits.) */ UNIV_INLINE void rec_set_info_and_status_bits( /*==============*/ /*=========================*/ rec_t* rec, /* in: physical record */ ibool comp, /* in: TRUE=compact page format */ ulint bits); /* in: info bits */ Loading
innobase/include/rem0rec.ic +1 −1 Original line number Diff line number Diff line Loading @@ -564,7 +564,7 @@ rec_set_info_and_status_bits( } else { ut_ad(!(bits & ~(REC_INFO_BITS_MASK >> REC_INFO_BITS_SHIFT))); } rec_set_info_bits(rec, bits & ~REC_NEW_STATUS_MASK, comp); rec_set_info_bits(rec, comp, bits & ~REC_NEW_STATUS_MASK); } /********************************************************** Loading
libmysqld/examples/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \ mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD) mysql_client_test_embedded_LINK = $(CXXLINK) mysql_client_test_embedded_SOURCES = $(top_srcdir)/tests/mysql_client_test.c mysql_client_test_embedded_SOURCES = mysql_client_test.c clean: rm -f $(client_sources) Loading