Files
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-19 22:13:04 +00:00
2009-10-19 22:13:04 +00:00
2008-09-06 19:19:07 +00:00
2008-10-10 01:04:16 +00:00