Lines Matching refs:mysql_errno
32 printf("[002] Cannot get processlist, [%d] %s\n", mysql_errno($link), mysql_error($link));
40 …printf("[003] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
42 …printf("[004] Cannot find persistent connection thread in process list, [%d] %s\n", mysql_errno($l…
45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro…
49 printf("[006] Cannot get processlist, [%d] %s\n", mysql_errno($link), mysql_error($link));
63 …printf("[007] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
70 printf("[009] Cannot create new persistent connection, [%d] %s\n", mysql_errno(), mysql_error());
74 …printf("[010] Cannot run query on new persistent connection, [%d] %s\n", @mysql_errno($plink), @my…
80 …printf("[011] Cannot run query on new persistent connection, [%d] %s\n", @mysql_errno($plink), @my…
88 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
95 …printf("[015] Cannot run query on new regular connection, [%d] %s\n", @mysql_errno($link), @mysql_…
98 …printf("[016] Cannot run query on other regular connection, [%d] %s\n", @mysql_errno($link2), @mys…