Re: max_allowed_packet size!

2002-08-26 Thread Karthik
2002-8-13' and plan.date<='2002-12-31' and user.userid in ('abhijitg','anand','anil_m','gopal','gouri','leena','maheshg','nitin','pras ad','ramesh','rohit','samir_more

Re: max_allowed_packet size!

2002-08-26 Thread Dicky Wahyu Purnomo
Pada Tue, 27 Aug 2002 10:03:59 +0530 "Karthik" <[EMAIL PROTECTED]> menulis : > Hi, > > Does the mysql max_allowed_packet restrict the amount of data that a query > can fetch ? > > I am facing a problem wherein my query specifies all the 13000 odd records > if i specify only a few columns. If i

max_allowed_packet size!

2002-08-26 Thread Karthik
Hi, Does the mysql max_allowed_packet restrict the amount of data that a query can fetch ? I am facing a problem wherein my query specifies all the 13000 odd records if i specify only a few columns. If i run the same join query with lots of columns, it only fetches 8000 odd records. What restri