Hi!
>>>>> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: <cut> >> mysql_fix_pointers(mysql, &tmp_mysql); /* adjust connection pointers */ >> ... >> this method contains (unlike version known to me) function call >mysql_fix_pointers(), which probably handles pointers of MYSQL struct. Am I right? I >would like to know the body of this new method to be sure. Also, I would like to >know, which version comes this method with? Because I could not find it in >http://www.mysql.com/downloads/mysql-3.23.html. Maybe version 4.0.0 and later? >> >> Regards >> Gregor >> Sinisa> Hi! Sinisa> This is what the above function does : Sinisa> static void mysql_fix_pointers(MYSQL* mysql, MYSQL* old_mysql) Sinisa> { <cut> Sinisa> } Sinisa> It was added in 3.23 tree, I think in 3.23.33, but I am not sure. The above call doesn't exists in 3.23. Sinisa> I am definitely sure that it was not added in 4.0 tree, but in 3.23 Sinisa> tree. Sorry, but you are wrong here; This was added to 4.0 Sinisa, please install a 3.23 clone on your computer; You need to have 3.23, 4.0 and 4.1 active and ready to be run, to be able to quickly test things like this. Regards, Monty --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php