[EMAIL PROTECTED] wrote: > > I trace a sql statement using database trace.But any sql statement are not > complete in the result .How can i get complete sql statement by database > trace? >
You used TRACE DEFAULT or TRACE ORDER STANDARD which will shorten the in- and output to/from kernel. With TRACE ORDER you will have the full stuff going to and from kernel, not only the statements, but data and results, too. Elke SAP Labs berlin > _________________________________________________________________ > 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
