Seth Northrop writes:
> 
> But.. why would the console be reporting this?  Ie, I'm getting the same
> result (same error in the error log, same truncation) when I manually
> pipe the query to the mysql console.  (Note that the errors are coming
> from localhost; the actual script is run from a client).  Shouldn't a
> direct console query terminate the connection to the database after
> proper completion?
> 

Checkout your variables. May be some timeout is wrong. May be you did
not use our binaries. There is a whole list of possible clauses in our
manual.

<cut>
> The query just looks like:
> 
> REPLACE into reflectivity.measurement_extended_data set content_typeID =
> 7, contentID = 1000021529, arrayID = 0, positionID = 1, testID = 1,
> iteration = 0, test_locationID = 1, date_added = 993165848, added_by = 18,
> data = '396     601     1201    1801    ,0      191     191     191
> 191     190     189     188     188     188     188     188     187
> 191     191     191     191     192 <snip></snip>";
> 
> It just happens to be several MB large.
> 
> Or... are we just having a huge disconnect here?
> 
> Thanks!
> Seth
> 
> 

Do you get any error message after running the above query through
mysql monitor program ??

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
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

Reply via email to