Lines Matching refs:sql_log

277     sql_log(DEBUG_WARN, "'%s' was passed an invalid cmd_rec (internal bug); "  in sql_check_cmd()
298 sql_log(DEBUG_INFO, "timer expired for connection '%s'", entry->name); in sql_timer_cb()
426 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_open"); in cmd_open()
431 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_open"); in cmd_open()
437 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_open"); in cmd_open()
456 sql_log(DEBUG_INFO, "connection '%s' count is now %d", entry->name, in cmd_open()
458 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_open"); in cmd_open()
462 sql_log(DEBUG_INFO, "lost connection to database: %s", in cmd_open()
471 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_open"); in cmd_open()
482 sql_log(DEBUG_WARN, "%s", "failed to allocate memory for MYSQL structure; " in cmd_open()
538 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_open"); in cmd_open()
550 sql_log(DEBUG_FUNC, "MySQL version ID: %d", MYSQL_VERSION_ID); in cmd_open()
551 sql_log(DEBUG_FUNC, "MySQL client version: %s", mysql_get_client_info()); in cmd_open()
552 sql_log(DEBUG_FUNC, "MySQL server version: %s", in cmd_open()
578 sql_log(DEBUG_FUNC, "MySQL client default authentication plugin: %s", in cmd_open()
591 sql_log(DEBUG_FUNC, "%s", "MySQL SSL connection: true"); in cmd_open()
592 sql_log(DEBUG_FUNC, "MySQL SSL cipher: %s", ssl_cipher); in cmd_open()
595 sql_log(DEBUG_FUNC, "%s", "MySQL SSL connection: false"); in cmd_open()
634 sql_log(DEBUG_FUNC, MOD_SQL_MYSQL_VERSION in cmd_open()
639 sql_log(DEBUG_FUNC, "MySQL connection character set now '%s' (from '%s')", in cmd_open()
661 sql_log(DEBUG_WARN, "local character set '%s' does not match MySQL " in cmd_open()
688 sql_log(DEBUG_INFO, "connection '%s' - %d second timer started", in cmd_open()
698 sql_log(DEBUG_INFO, "connection '%s' opened", entry->name); in cmd_open()
699 sql_log(DEBUG_INFO, "connection '%s' count is now %d", entry->name, in cmd_open()
703 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_open"); in cmd_open()
735 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_close"); in cmd_close()
740 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_close"); in cmd_close()
746 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_close"); in cmd_close()
755 sql_log(DEBUG_INFO, "connection '%s' count is now %d", entry->name, in cmd_close()
758 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_close"); in cmd_close()
776 sql_log(DEBUG_INFO, "connection '%s' - timer stopped", entry->name); in cmd_close()
779 sql_log(DEBUG_INFO, "connection '%s' closed", entry->name); in cmd_close()
783 sql_log(DEBUG_INFO, "connection '%s' count is now %d", entry->name, in cmd_close()
785 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_close"); in cmd_close()
826 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_defineconnection"); in cmd_defineconnection()
833 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_defineconnection"); in cmd_defineconnection()
842 sql_log(DEBUG_FUNC, "%s", "The mod_sql_mysql module has not been properly " in cmd_defineconnection()
845 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_defineconnection"); in cmd_defineconnection()
944 sql_log(DEBUG_FUNC, "named connection '%s' already exists", name); in cmd_defineconnection()
951 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_defineconnection"); in cmd_defineconnection()
969 sql_log(DEBUG_INFO, " name: '%s'", entry->name); in cmd_defineconnection()
970 sql_log(DEBUG_INFO, " user: '%s'", conn->user); in cmd_defineconnection()
973 sql_log(DEBUG_INFO, " host: '%s'", conn->host); in cmd_defineconnection()
976 sql_log(DEBUG_INFO, "socket: '%s'", conn->unix_sock); in cmd_defineconnection()
979 sql_log(DEBUG_INFO, " db: '%s'", conn->db); in cmd_defineconnection()
980 sql_log(DEBUG_INFO, " port: '%s'", conn->port); in cmd_defineconnection()
981 sql_log(DEBUG_INFO, " ttl: '%d'", entry->ttl); in cmd_defineconnection()
984 sql_log(DEBUG_INFO, " ssl: client cert = '%s'", conn->ssl_cert_file); in cmd_defineconnection()
988 sql_log(DEBUG_INFO, " ssl: client key = '%s'", conn->ssl_key_file); in cmd_defineconnection()
992 sql_log(DEBUG_INFO, " ssl: CA file = '%s'", conn->ssl_ca_file); in cmd_defineconnection()
996 sql_log(DEBUG_INFO, " ssl: CA dir = '%s'", conn->ssl_ca_dir); in cmd_defineconnection()
1000 sql_log(DEBUG_INFO, " ssl: ciphers = '%s'", conn->ssl_ciphers); in cmd_defineconnection()
1003 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_defineconnection"); in cmd_defineconnection()
1019 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_exit"); in cmd_exit()
1034 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_exit"); in cmd_exit()
1092 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_select"); in cmd_select()
1097 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_select"); in cmd_select()
1103 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_select"); in cmd_select()
1112 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_select"); in cmd_select()
1157 sql_log(DEBUG_INFO, "query \"%s\"", query); in cmd_select()
1169 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_select"); in cmd_select()
1178 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_select"); in cmd_select()
1192 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_select"); in cmd_select()
1235 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_insert"); in cmd_insert()
1240 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_insert"); in cmd_insert()
1246 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_insert"); in cmd_insert()
1255 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_insert"); in cmd_insert()
1271 sql_log(DEBUG_INFO, "query \"%s\"", query); in cmd_insert()
1284 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_insert"); in cmd_insert()
1293 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_insert"); in cmd_insert()
1335 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_update"); in cmd_update()
1340 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_update"); in cmd_update()
1346 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_update"); in cmd_update()
1355 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_update"); in cmd_update()
1375 sql_log(DEBUG_INFO, "query \"%s\"", query); in cmd_update()
1387 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_update"); in cmd_update()
1396 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_update"); in cmd_update()
1419 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_procedure"); in cmd_procedure()
1424 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_procedure"); in cmd_procedure()
1430 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_procedure"); in cmd_procedure()
1463 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_query"); in cmd_query()
1468 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_query"); in cmd_query()
1474 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_query"); in cmd_query()
1483 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_query"); in cmd_query()
1490 sql_log(DEBUG_INFO, "query \"%s\"", query); in cmd_query()
1502 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_query"); in cmd_query()
1513 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_query"); in cmd_query()
1525 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_query"); in cmd_query()
1563 sql_log(DEBUG_FUNC, "%s", "entering \tmysql cmd_escapestring"); in cmd_escapestring()
1568 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_escapestring"); in cmd_escapestring()
1574 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_escapestring"); in cmd_escapestring()
1584 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_escapestring"); in cmd_escapestring()
1606 sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_escapestring"); in cmd_escapestring()
1716sql_log(DEBUG_FUNC, "MySQL client library used MySQL SHA256 password format, and Backend SQLAuthTy… in match_mysql_passwds()
1719sql_log(DEBUG_FUNC, "MySQL server used MySQL pre-4.1 password format for PASSWORD() value"); in match_mysql_passwds()
1723 sql_log(DEBUG_FUNC, "MySQL server used MySQL 4.1 password format for PASSWORD() value"); in match_mysql_passwds()
1777 sql_log(DEBUG_FUNC, "%s", in sql_mysql_password()
1779 sql_log(DEBUG_FUNC, "%s", in sql_mysql_password()
1810 sql_log(DEBUG_FUNC, "%s", in sql_mysql_password()
1812 sql_log(DEBUG_FUNC, "%s", in sql_mysql_password()
1824 sql_log(DEBUG_FUNC, "%s", "password mismatch"); in sql_mysql_password()