On Monday 22 August 2005 09:31, Gleb Paharenko wrote:
> Hello.
>
> Use 4.1.13. Logging for prepared statements works as of that version.
> See:
> http://bugs.mysql.com/bug.php?id=8367
>
>
>
<SNIP>
Yes, thank you again. I had just upgraded and tested it about the time I got
this message. The loggin is working fine now.
Now I get this for the log output:
/usr/sbin/mysqld-max, Version: 5.0.11-beta-Max-log. started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
050822 15:26:20 1 Connect [EMAIL PROTECTED] on ltz
1 Prepare [1] select product from lth where
(facility = ? and lot = ? and trn = "LOGI" )
1 Execute [1] select product from lth where
(facility = 'X' and lot = '5028368\0èïÿ¿êX' and trn = "L
OGI" )
So now I just have to figure out what is wrong with my code that is causing it
to cut off the "TEX6" from the facility and getting extra characters on lot.
Thanks again for your help,
Darrell Cormier
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]