MCPcopy Create free account
hub / github.com/MariaDB/server / values

Method values

sql/structs.h:473–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 Discrete_interval() : next(NULL) { replace(0, 0, 0); };
472 ulonglong minimum() const { return interval_min; };
473 ulonglong values() const { return interval_values; };
474 ulonglong maximum() const { return interval_max; };
475 /*
476 If appending [3,5] to [1,2], we merge both in [1,5] (they should have the

Callers 1

update_auto_incrementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected