Home
last modified time | relevance | path

Searched refs:send_stmt_metadata (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_prepare.cc1903 static int send_stmt_metadata(THD *thd, Prepared_statement *stmt, List<Item> *fields) in send_stmt_metadata() function
1941 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_table()
1964 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_db()
1999 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_grants()
2024 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_slave_status()
2047 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_master_status()
2070 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_binlogs()
2096 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_routine()
2499 if ((res= send_stmt_metadata(thd, stmt, &field_list)) == 2) in check_prepared_statement()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_prepare.cc1903 static int send_stmt_metadata(THD *thd, Prepared_statement *stmt, List<Item> *fields) in send_stmt_metadata() function
1941 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_table()
1964 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_db()
1999 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_grants()
2024 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_slave_status()
2047 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_master_status()
2070 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_binlogs()
2096 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_routine()
2499 if ((res= send_stmt_metadata(thd, stmt, &field_list)) == 2) in check_prepared_statement()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_prepare.cc1899 static int send_stmt_metadata(THD *thd, Prepared_statement *stmt, List<Item> *fields)
1937 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
1960 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
1995 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2020 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2043 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2066 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2092 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2482 if ((res= send_stmt_metadata(thd, stmt, &field_list)) == 2)
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_prepare.cc1899 static int send_stmt_metadata(THD *thd, Prepared_statement *stmt, List<Item> *fields)
1937 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
1960 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
1995 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2020 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2043 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2066 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2092 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields));
2482 if ((res= send_stmt_metadata(thd, stmt, &field_list)) == 2)
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_prepare.cc1850 static int send_stmt_metadata(THD *thd, Prepared_statement *stmt, List<Item> *fields) in send_stmt_metadata() function
1888 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_table()
1911 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_db()
1946 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_grants()
1972 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_slave_status()
1995 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_binlog_status()
2018 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_binlogs()
2044 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_routine()
2455 if ((res= send_stmt_metadata(thd, stmt, &field_list)) == 2) in check_prepared_statement()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_prepare.cc1850 static int send_stmt_metadata(THD *thd, Prepared_statement *stmt, List<Item> *fields) in send_stmt_metadata() function
1888 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_table()
1911 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_db()
1946 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_grants()
1972 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_slave_status()
1995 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_binlog_status()
2018 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_binlogs()
2044 DBUG_RETURN(send_stmt_metadata(thd, stmt, &fields)); in mysql_test_show_create_routine()
2455 if ((res= send_stmt_metadata(thd, stmt, &field_list)) == 2) in check_prepared_statement()