Ansgar Becker
ef0cc6b5b7
Fix access violations on old servers, fixes issue #1417 :
...
a) On a 4.0 server, mysql_real_query("SHOW TABLES FROM nonexistant_db") returns 0/OK . A 5.x server returns 1. On 4.0 servers mysql_num_rows() then causes an access violation. So, we now gracefully avoid calling it when mysql_store_result() returned nil.
b) Various hardcoded queries like SHOW ENGINES need to be quiet in any error case.
2009-10-29 00:40:31 +00:00
..
2009-10-28 00:34:52 +00:00
2009-10-19 22:49:16 +00:00
2008-10-03 09:08:26 +00:00
2009-07-21 06:03:30 +00:00
2008-08-29 18:20:14 +00:00
2009-10-28 00:08:49 +00:00
2009-10-19 22:13:04 +00:00
2009-08-31 21:36:04 +00:00
2009-10-28 00:11:23 +00:00
2009-10-19 22:13:04 +00:00
2008-09-06 19:19:07 +00:00
2009-10-28 00:08:49 +00:00
2009-03-12 19:50:42 +00:00
2009-10-28 00:08:49 +00:00
2009-10-28 01:16:29 +00:00
2008-08-29 18:20:14 +00:00
2009-10-28 00:08:49 +00:00
2008-10-21 21:45:57 +00:00
2009-10-28 00:08:49 +00:00
2008-08-29 18:20:14 +00:00
2009-10-28 00:08:49 +00:00
2009-10-28 00:08:49 +00:00
2009-10-28 00:08:49 +00:00
2009-08-31 19:59:00 +00:00
2009-10-28 00:08:49 +00:00
2008-08-29 18:20:14 +00:00
2009-10-28 00:08:49 +00:00
2008-10-10 01:04:16 +00:00
2009-10-28 00:08:49 +00:00
2009-04-28 21:35:33 +00:00
2009-10-28 00:08:49 +00:00
2009-10-28 00:08:49 +00:00
2009-10-29 00:40:31 +00:00
2009-10-28 00:08:49 +00:00
2009-10-29 00:40:31 +00:00
2009-10-28 00:08:49 +00:00
2009-09-24 18:52:35 +00:00
2009-09-24 18:52:35 +00:00
2008-09-13 10:30:00 +00:00
2009-05-17 16:02:28 +00:00
2009-09-09 20:23:45 +00:00
2009-10-28 00:08:49 +00:00
2008-08-29 18:20:14 +00:00
2009-10-28 00:08:49 +00:00
2009-03-10 23:11:59 +00:00
2009-10-28 00:08:49 +00:00
2008-12-26 13:56:40 +00:00
2009-10-28 00:08:49 +00:00
2009-10-20 11:26:03 +00:00
2009-10-28 01:16:29 +00:00
2009-09-17 23:05:41 +00:00
2009-10-28 00:08:49 +00:00
2009-04-21 21:34:56 +00:00
2009-10-19 22:15:40 +00:00
2007-11-09 09:51:31 +00:00
2008-09-21 22:59:09 +00:00
2009-01-03 17:16:11 +00:00
2008-08-08 19:32:24 +00:00
2009-10-28 00:08:49 +00:00
2008-08-29 18:20:14 +00:00
2009-09-09 20:23:45 +00:00
2009-10-28 00:08:49 +00:00