1mariadb_dyncol_column_cmp_namedM(a3r)iaDB Connectmoarr/iCadb_dyncol_column_cmp_named(3)
2
3
4
5 Name
6 mariadb_dyncol_column_cmp_named - Compare two column names
7
8 Synopsis
9 #include <mariadb_dyncol.h>
10
11 int mariadb_dyncol_column_cmp_named(const MYSQL_LEX_STRING *s1,
12 const MYSQL_LEX_STRING *s2);
13
14 Description
15 Compares two dynamic column keys represented as a pointer to a
16 MYSQL_LEX_STRING structure.
17
18 Parameter
19 • s1 - First key
20
21 • s2 - Second key
22
23 Return value
24 Returns an integer less than, equal to, or greater than zero if the
25 first bytes of s1 is found, respectively, to be less than, to match, or
26 be greater than the first bytes of s2.
27
28
29
30Version 3.2.2 mariadb_dyncol_column_cmp_named(3)