Sometimes, mysql client got this error,
mysql error: Record has changed since last read in table 'table'
And I checked from mysql error log,
041023 8:28:06 Got error 123 when reading table './db/table'
What's this error?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/
Sometimes,my php program query the mysql using SELECT.
And I got this error,
mysql error: Record has changed since last read in table 'table'
mysql error number: 1020
The table is HEAP type,and this error will appear sometimes.
Not always.
Why did me get this error?Any suggestion?
I am using p
`table` is HEAP type table
Sometimes,I do a query of select in `table`,I got the error,
mysql error: Record has changed since last read in table 'table'
I check the mysql log file,
040827 8:28:06 Got error 123 when reading table './db/table'
I need help for this
--
MySQL General Mailing List
got thie error and broken when making mysql 4.1.4-gamma
automake-1.7: not found
WARNING: `automake-1.7' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `READM
reconfigure in mysql src directory,then make,still fail
On Wed, 1 Sep 2004 16:14:51 +0800, Unreal HSHH <[EMAIL PROTECTED]> wrote:
> got thie error and broken when making mysql 4.1.4-gamma
>
> automake-1.7: not found
> WARNING: `automake-1.7' is needed, and you do not seem to
fix by configure with --without-libedit --without-readline
On Wed, 1 Sep 2004 16:23:36 +0800, Unreal HSHH <[EMAIL PROTECTED]> wrote:
> Run
> aclocal; autoheader; autoconf; automake
> I got many warning and one error:
>
> aclocal general some warning:
> configure.in:2
Compile 4.1.4,
gcc -O3 -DDBUG_OFF -pipe -march=pentium4 -fno-omit-frame-pointer -O3
-D_THREAD_SAFE -o myisamchk myisamchk.o -static -D_THREAD_SAFE
-D_THREAD_SAFE libmyisam.a ../mysys/libmysys.a ../dbug/libdbug.a
../strings/libmystrings.a -lz -lkse -lcrypt -lm -lkse
/usr/lib/libc.a(isnan.o)(.text+0
Making all in sql
make all-recursive
Making all in share
../../extra/comp_err -C./charsets/ danish/errmsg.sys
Usage: ../../extra/comp_err [-?] [-I] [-V] fromfile[s] tofile
*** Error code 255
what's this error?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To uns