ERROR 123 when reading table

2004-10-24 Thread Unreal HSHH
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/

mysql error: Record has changed since last read in table 'table'

2004-08-18 Thread Unreal HSHH
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

Need help for error 123

2004-08-27 Thread Unreal HSHH
`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

4.1.4-gamma cannot compile

2004-09-01 Thread Unreal HSHH
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

Re: 4.1.4-gamma cannot compile

2004-09-01 Thread Unreal HSHH
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

Re: 4.1.4-gamma cannot compile

2004-09-01 Thread Unreal HSHH
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

Cannot compile mysql 4.1.x in FreeBSD5.3-BETA2

2004-09-01 Thread Unreal HSHH
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

mysql 4.1.5 FreeBSD 4.10 compile error

2004-09-22 Thread Unreal HSHH
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