Home
last modified time | relevance | path

Searched refs:beginning_of_next_stmt (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_parse.cc1083 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1094 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1099 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1101 beginning_of_next_stmt++; in dispatch_command()
1113 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1116 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1121 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1128 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1130 mysql_parse(thd, beginning_of_next_stmt, length, &parser_state); in dispatch_command()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_parse.cc1666 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1678 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1683 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1685 beginning_of_next_stmt++; in dispatch_command()
1708 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1712 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1727 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1739 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1742 wsrep_mysql_parse(thd, beginning_of_next_stmt, length, &parser_state); in dispatch_command()
1744 mysql_parse(thd, beginning_of_next_stmt, length, &parser_state); in dispatch_command()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_parse.cc1759 const char *beginning_of_next_stmt= parser_state.m_lip.found_semicolon; in dispatch_command() local
1774 size_t length= static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1779 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1781 beginning_of_next_stmt++; in dispatch_command()
1804 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1808 MYSQL_QUERY_START(const_cast<char*>(beginning_of_next_stmt), in dispatch_command()
1824 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1836 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1839 wsrep_mysql_parse(thd, beginning_of_next_stmt, length, &parser_state); in dispatch_command()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_parse.cc1413 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1425 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1430 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1432 beginning_of_next_stmt++; in dispatch_command()
1455 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1459 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1474 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1481 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1483 mysql_parse(thd, beginning_of_next_stmt, length, &parser_state); in dispatch_command()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_parse.cc1501 const char *beginning_of_next_stmt= parser_state.m_lip.found_semicolon; in dispatch_command() local
1516 size_t length= static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1521 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1523 beginning_of_next_stmt++; in dispatch_command()
1546 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1550 MYSQL_QUERY_START(const_cast<char*>(beginning_of_next_stmt), in dispatch_command()
1566 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1573 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_parse.cc1554 const char *beginning_of_next_stmt= parser_state.m_lip.found_semicolon; in dispatch_command() local
1569 size_t length= static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1574 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1576 beginning_of_next_stmt++; in dispatch_command()
1599 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1603 MYSQL_QUERY_START(const_cast<char*>(beginning_of_next_stmt), in dispatch_command()
1619 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1626 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_parse.cc1554 const char *beginning_of_next_stmt= parser_state.m_lip.found_semicolon; in dispatch_command() local
1569 size_t length= static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1574 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1576 beginning_of_next_stmt++; in dispatch_command()
1599 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1603 MYSQL_QUERY_START(const_cast<char*>(beginning_of_next_stmt), in dispatch_command()
1619 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1626 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_parse.cc1554 const char *beginning_of_next_stmt= parser_state.m_lip.found_semicolon; in dispatch_command() local
1569 size_t length= static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1574 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1576 beginning_of_next_stmt++; in dispatch_command()
1599 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1603 MYSQL_QUERY_START(const_cast<char*>(beginning_of_next_stmt), in dispatch_command()
1619 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1626 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_parse.cc1499 const char *beginning_of_next_stmt= parser_state.m_lip.found_semicolon; in dispatch_command() local
1514 size_t length= static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1519 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1521 beginning_of_next_stmt++; in dispatch_command()
1544 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1548 MYSQL_QUERY_START(const_cast<char*>(beginning_of_next_stmt), in dispatch_command()
1564 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1571 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_parse.cc1900 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1913 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1919 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1921 beginning_of_next_stmt++; in dispatch_command()
1939 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1943 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1956 MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt, in dispatch_command()
1959 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1970 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1975 if (wsrep_mysql_parse(thd, beginning_of_next_stmt, in dispatch_command()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_parse.cc1866 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1881 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1887 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1889 beginning_of_next_stmt++; in dispatch_command()
1907 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1911 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1924 MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt, in dispatch_command()
1927 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1938 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1943 if (wsrep_mysql_parse(thd, beginning_of_next_stmt, in dispatch_command()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_parse.cc1866 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1881 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1887 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1889 beginning_of_next_stmt++; in dispatch_command()
1907 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1911 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1924 MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt, in dispatch_command()
1927 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1938 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1943 if (wsrep_mysql_parse(thd, beginning_of_next_stmt, in dispatch_command()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_parse.cc1861 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1878 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1884 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1886 beginning_of_next_stmt++; in dispatch_command()
1904 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1908 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1921 MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt, in dispatch_command()
1924 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1935 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1938 wsrep_mysql_parse(thd, beginning_of_next_stmt, length, &parser_state, in dispatch_command()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_parse.cc1861 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1878 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1884 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1886 beginning_of_next_stmt++; in dispatch_command()
1904 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1908 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1921 MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt, in dispatch_command()
1924 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1935 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1938 wsrep_mysql_parse(thd, beginning_of_next_stmt, length, &parser_state, in dispatch_command()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_parse.cc1900 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1913 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1919 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1921 beginning_of_next_stmt++; in dispatch_command()
1939 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1943 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1956 MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt, in dispatch_command()
1959 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1970 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1975 if (wsrep_mysql_parse(thd, beginning_of_next_stmt, in dispatch_command()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_parse.cc1538 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1550 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1555 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1557 beginning_of_next_stmt++; in dispatch_command()
1580 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1584 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1599 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1606 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1608 mysql_parse(thd, beginning_of_next_stmt, length, &parser_state, false); in dispatch_command()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_parse.cc1538 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1550 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1555 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1557 beginning_of_next_stmt++; in dispatch_command()
1580 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1584 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1599 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1606 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1608 mysql_parse(thd, beginning_of_next_stmt, length, &parser_state, false); in dispatch_command()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_parse.cc1538 char *beginning_of_next_stmt= (char*) parser_state.m_lip.found_semicolon; in dispatch_command() local
1550 ulong length= (ulong)(packet_end - beginning_of_next_stmt); in dispatch_command()
1555 while (length > 0 && my_isspace(thd->charset(), *beginning_of_next_stmt)) in dispatch_command()
1557 beginning_of_next_stmt++; in dispatch_command()
1580 thd->profiling.set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1584 MYSQL_QUERY_START(beginning_of_next_stmt, thd->thread_id, in dispatch_command()
1599 thd->set_query_and_id(beginning_of_next_stmt, length, in dispatch_command()
1606 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1608 mysql_parse(thd, beginning_of_next_stmt, length, &parser_state, false); in dispatch_command()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_parse.cc1831 const char *beginning_of_next_stmt = parser_state.m_lip.found_semicolon; in dispatch_command() local
1844 static_cast<size_t>(packet_end - beginning_of_next_stmt); in dispatch_command()
1854 my_isspace(thd->charset(), *beginning_of_next_stmt)) { in dispatch_command()
1855 beginning_of_next_stmt++; in dispatch_command()
1872 thd->profiling->set_query_source(beginning_of_next_stmt, length); in dispatch_command()
1884 thd->set_query(beginning_of_next_stmt, length); in dispatch_command()
1891 parser_state.reset(beginning_of_next_stmt, length); in dispatch_command()
1898 beginning_of_next_stmt, length); in dispatch_command()