MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / fix_buffer_pointer

Method fix_buffer_pointer

sql/my_decimal.h:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void fix_buffer_pointer() { buf= buffer; }
172
173 bool sign() const { return decimal_t::sign; }
174 void sign(bool s) { decimal_t::sign= s; }

Callers 2

storeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected