· 7 years ago · Dec 05, 2018, 06:34 PM
1[Wed Sep 26 17:43:44 2012] -------------------------
2[Wed Sep 26 17:43:44 2012] Logging Started
3[Wed Sep 26 17:43:44 2012] -------------------------
4[Wed Sep 26 17:43:44 2012] Function: mysql_init executed with result: "0".
5[Wed Sep 26 17:43:44 2012] Connected (0) to Shiny @ localhost via TCP/IP.
6[Wed Sep 26 17:43:44 2012] MySQL Server Version 5.5.21-log.
7[Wed Sep 26 17:43:44 2012] Function: mysql_query executed: "CREATE TABLE IF NOT EXISTS `test_table` (`test_int` INT( 2 ) NOT NULL DEFAULT '0',`test_char` VARCHAR( 15 ) NOT NULL ,`test_float` DECIMAL( 10, 4 ) NOT NULL DEFAULT '0.0000') ENGINE = MYISAM ;" with result: "0".
8[Wed Sep 26 17:43:44 2012] Function: mysql_query executed: "INSERT INTO `test_table` (test_int, test_char, test_float) VALUES (5, 'Hello There!', 5.4232);" with result: "0".
9[Wed Sep 26 17:43:44 2012] Function: mysql_query executed: "INSERT INTO `test_table` (test_int, test_char, test_float) VALUES (7, 'Whats Up?', 7.4249);" with result: "0".
10[Wed Sep 26 17:43:44 2012] Function: mysql_query executed: "INSERT INTO `test_table` (test_int, test_char, test_float) VALUES (2, 'Wow Cool!', 252.5213);" with result: "0".
11[Wed Sep 26 17:43:44 2012] Function: mysql_query executed: "INSERT INTO `cawk` (test_int, test_char, test_float) VALUES (2, 'Wow Cool!', 252.5213);" with result: "1".
12[Wed Sep 26 17:43:44 2012] Error (0): Failed to exeute query. Table 'stricken.cawk' doesn't exist.
13[Wed Sep 26 17:43:45 2012] Function: mysql_query executed: "CREATE TABLE IF NOT EXISTS `mysql_errors` (`data` VARCHAR( 256 ) NOT NULL ,`errno` INT( 5 ) NOT NULL DEFAULT '0',`connection` INT( 2 ) NOT NULL DEFAULT '0') ENGINE = MYISAM ;" with result: "0".
14[Wed Sep 26 17:43:45 2012] Function: mysql_real_esacpe_string executed: "Failed to exeute query. Table 'stricken.cawk' doesn't exist." with result: "Failed to exeute query. Table \'stricken.cawk\' doesn\'t exist.".
15[Wed Sep 26 17:43:45 2012] Function: mysql_query executed: "INSERT INTO `mysql_errors` (data, errno, connection) VALUES ('Failed to exeute query. Table \'stricken.cawk\' doesn\'t exist.', 1146, 0);" with result: "0".
16[Wed Sep 26 17:43:45 2012] Function: mysql_query (threaded) executed: "SELECT * FROM `test_table` WHERE `test_int` = 5" with result: "0".
17[Wed Sep 26 17:43:45 2012] Function: mysql_query executed: "SELECT * FROM `test_table` WHERE `test_int` = 5" with result: "0".
18[Wed Sep 26 17:43:45 2012] Function: mysql_store_result executed with result: "1"
19[Wed Sep 26 17:43:45 2012] Function: mysql_fetch_row executed with result: "5|Hello There!|5.4232".
20[Wed Sep 26 17:43:45 2012] Function: mysql_free_result executed.
21[Wed Sep 26 17:43:45 2012] Callback: OnMysqlQueryArray(2,
22SELECT * FROM `test_table`, 0) called.
23[Wed Sep 26 17:43:45 2012] Function: mysql_query (threaded) executed: "SELECT * FROM `test_table`" with result: "0".
24[Wed Sep 26 17:43:45 2012] Function: mysql_query executed: "SELECT * FROM `test_table`" with result: "0".
25[Wed Sep 26 17:43:45 2012] Function: mysql_store_result executed with result: "1"
26[Wed Sep 26 17:43:45 2012] Function: mysql_fetch_row executed with result: "5|Hello There!|5.4232".