From 06eaf7232e9a920468c0f8d74dcf2fe8b555501c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:24:36 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- libmariadb/man/mariadb_dyncol_column_cmp_named.3 | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 libmariadb/man/mariadb_dyncol_column_cmp_named.3 (limited to 'libmariadb/man/mariadb_dyncol_column_cmp_named.3') diff --git a/libmariadb/man/mariadb_dyncol_column_cmp_named.3 b/libmariadb/man/mariadb_dyncol_column_cmp_named.3 new file mode 100644 index 00000000..ba345c28 --- /dev/null +++ b/libmariadb/man/mariadb_dyncol_column_cmp_named.3 @@ -0,0 +1,31 @@ +.\" Automatically generated by Pandoc 2.5 +.\" +.TH "mariadb_dyncol_column_cmp_named" "3" "" "Version 3.3.1" "MariaDB Connector/C" +.hy +.SS Name +.PP +mariadb_dyncol_column_cmp_named \- Compare two column names +.SS Synopsis +.IP +.nf +\f[C] +#include + +int mariadb_dyncol_column_cmp_named(const MYSQL_LEX_STRING *s1, + const MYSQL_LEX_STRING *s2); +\f[R] +.fi +.SS Description +.PP +Compares two dynamic column keys represented as a pointer to a +\f[C]MYSQL_LEX_STRING\f[R] structure. +.SS Parameter +.IP \[bu] 2 +\f[C]s1\f[R] \- First key +.IP \[bu] 2 +\f[C]s2\f[R] \- Second key +.SS Return value +.PP +Returns an integer less than, equal to, or greater than zero if the +first bytes of \f[C]s1\f[R] is found, respectively, to be less than, to +match, or be greater than the first bytes of \f[C]s2\f[R]. -- cgit v1.2.3