Lines Matching refs:d

24 		printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
30 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("... lock '%s' acquired by thread %d\n", $lock, $thread_id);
45 printf("... calling IS_USED_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id);
47 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[006] Lock '%s' should have been released, [%d] %s\n",
57 printf("... calling IS_FREE_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id);
59 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
65 printf("[009] Lock '%s' should have been released, [%d] %s\n",
74 printf("[010] Cannot open new connection, [%d] %s\n",
82 …printf("... calling IS_USED_LOCK() on '%s' using new connection with thread '%d'\n", $newlock, $ne…
84 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
87 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
90 printf("[013] Lock '%s' should have been released, [%d] %s\n",
102 ... lock 'phptest_%d' acquired by thread %d
103 ... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d'
104 ... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d'
105 ... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d'