SQ_errno 85 include/mysql_driver.h int SQ_errno(SQ_connection_t *sql_connection); SQ_errno 103 modules/aa/aa.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 109 modules/aa/aa.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 616 modules/ac/access_control.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 1273 modules/ac/access_control.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 347 modules/pm/protocol_mirror.c ER_perror(FAC_PM, PM_NOSQLC," database='%s' [%d] %s",db_name, SQ_errno(sql_connection), SQ_error(sql_connection)); SQ_errno 363 modules/pm/protocol_mirror.c ER_perror(FAC_PM, PM_NOSERN," database='%s' [%d] %s",db_name, SQ_errno(sql_connection), SQ_error(sql_connection)); SQ_errno 753 modules/qi/query_instructions.c SQ_errno(sql_connection), SQ_errno 792 modules/qi/query_instructions.c return SQ_errno(*sql_connection); SQ_errno 849 modules/qi/query_instructions.c sql_error = SQ_errno(sql_connection); SQ_errno 1231 modules/qi/query_instructions.c *sql_error = SQ_errno(sql_connection); SQ_errno 1252 modules/qi/query_instructions.c *sql_error = SQ_errno(sql_connection); SQ_errno 1288 modules/qi/query_instructions.c *sql_error = SQ_errno(sql_connection); SQ_errno 1365 modules/qi/query_instructions.c error = SQ_errno(sql_connection); SQ_errno 1459 modules/qi/query_instructions.c return SQ_errno(*sql_connection); SQ_errno 1468 modules/qi/query_instructions.c return SQ_errno(*sql_connection); SQ_errno 1510 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1560 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1619 modules/qi/query_instructions.c return SQ_errno(*sql_connection); SQ_errno 1631 modules/qi/query_instructions.c return SQ_errno(*sql_connection); SQ_errno 1642 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1651 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1661 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1671 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1687 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1735 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1744 modules/qi/query_instructions.c sql_error = SQ_errno(*sql_connection); SQ_errno 1809 modules/qi/query_instructions.c dbname, SQ_errno(sql_connection), SQ_error(sql_connection)); SQ_errno 1827 modules/qi/query_instructions.c sql_error = SQ_errno(sql_connection); SQ_errno 1837 modules/qi/query_instructions.c sql_error = SQ_errno(sql_connection); SQ_errno 1895 modules/qi/query_instructions.c sql_error = SQ_errno(sql_connection); SQ_errno 178 modules/rp/rp_load.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 190 modules/rp/rp_load.c && SQ_errno(con) == 0 ) { SQ_errno 224 modules/rp/rp_load.c if( SQ_errno(con) == 0 ) { SQ_errno 85 modules/sq/mysql_driver.h int SQ_errno(SQ_connection_t *sql_connection); SQ_errno 747 modules/ud/ud_core.c if(sql_err && (SQ_errno(tr->sql_connection) != ER_DUP_ENTRY)) { SQ_errno 1185 modules/ud/ud_core.c if(SQ_errno(tr->sql_connection) == ER_DUP_ENTRY){ /* Only error "Duplicate entry" may be considered*/ SQ_errno 126 tests/sq/test_sq.c if (SQ_errno(con) == 0) { SQ_errno 146 tests/sq/test_sq.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 184 tests/sq/test_sq.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 220 tests/sq/test_sq.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 277 tests/sq/test_sq.c fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con)); SQ_errno 1117 utils/hs_cleanup/hs_cleanup.c if (SQ_errno(connection) == ER_TABLE_EXISTS_ERROR)