I get this:
/usr/local/mysql/bin/mysqld_safe: line 342: 23172 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQLD
$defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR
$USER_OPTION --pid-file=$pid_file --skip-locking >>$err_log 2>&1

When attempting to do:

Select n from table.n where field1='x' and field2='y' and (field3=" or
field3='z1' . . . field3='z8816');

Yes, there are 8816 values for z included in this select. Any ideas on how
to correct for the seg fault? This is being run on
Mysql 4.0.15 x86_64 on dual Opteron with 4GB on SUSE8.2


Any ideas?

thanks,

Santiago


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to