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

Method Qcompare

storage/connect/array.cpp:657–660  ·  view source on GitHub ↗

/ ARRAY: Compare routine for one LIST value (ascending only). */ /

Source from the content-addressed store, hash-verified

655/* ARRAY: Compare routine for one LIST value (ascending only). */
656/***********************************************************************/
657int ARRAY::Qcompare(int *i1, int *i2)
658 {
659 return Vblp->CompVal(*i1, *i2);
660 } // end of Qcompare
661
662/***********************************************************************/
663/* Mainly meant to set the character arrays case sensitiveness. */

Callers

nothing calls this directly

Calls 1

CompValMethod · 0.45

Tested by

no test coverage detected