Home
last modified time | relevance | path

Searched refs:add_string_len (Results 1 – 14 of 14) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_partition.cc1658 static int add_string_len(File fptr, const char *string, size_t len) { in add_string_len() function
2356 err += add_string_len(fptr, tmp.ptr(), tmp.length()); in generate_partition_syntax()
2358 err += add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2396 err += add_string_len(fptr, tmp.ptr(), tmp.length()); in generate_partition_syntax()
2398 err += add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_partition.cc1926 static int add_string_len(File fptr, const char *string, uint len) in add_string_len() function
2564 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2598 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_partition.cc1891 static int add_string_len(File fptr, const char *string, uint len) in add_string_len() function
2615 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2649 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_partition.cc1891 static int add_string_len(File fptr, const char *string, uint len) in add_string_len() function
2615 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2649 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_partition.cc1878 static int add_string_len(File fptr, const char *string, size_t len) in add_string_len() function
2629 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2663 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_partition.cc1891 static int add_string_len(File fptr, const char *string, uint len) in add_string_len() function
2615 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2649 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_partition.cc1881 static int add_string_len(File fptr, const char *string, size_t len) in add_string_len() function
2632 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2666 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_partition.cc1878 static int add_string_len(File fptr, const char *string, size_t len) in add_string_len() function
2629 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2663 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_partition.cc1881 static int add_string_len(File fptr, const char *string, size_t len) in add_string_len() function
2632 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2666 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_partition.cc1881 static int add_string_len(File fptr, const char *string, size_t len) in add_string_len() function
2632 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2666 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_partition.cc1878 static int add_string_len(File fptr, const char *string, size_t len) in add_string_len() function
2629 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2663 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_partition.cc1891 static int add_string_len(File fptr, const char *string, uint len) in add_string_len() function
2615 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2649 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_partition.cc1891 static int add_string_len(File fptr, const char *string, uint len) in add_string_len() function
2615 err+= add_string_len(fptr, part_info->part_func_string, in generate_partition_syntax()
2649 err+= add_string_len(fptr, part_info->subpart_func_string, in generate_partition_syntax()
/dports/textproc/ibus-table/ibus-table-1.14.1/
H A DChangeLog6018 Remove comments mentioning self.add_string_len() because there is no such function anymore