Mailinglisten-Archive |
Hi! Ich benutze MySQL version 3.22.19b-log fuer OS/2 Warp 4. Als erste ein table erstellen: DROP TABLE IF EXISTS test; CREATE table test ( name Char(50) not null, email Char(80) not null, Key idx1 (name), Key idx2 (email) ); INSERT into test Values ('tam','tam_(at)_gmx.de'); INSERT into test Values ('chef','chef2000_(at)_gmx.de'); FLUSH TABLES; Mal eben schauen, ob alles ok ist: mysql> select * from test; +------+-----------------+ | name | email | +------+-----------------+ | tam | tam_(at)_gmx.de | | chef | chef2000_(at)_gmx.de | +------+-----------------+ 2 rows in set (0.00 sec) Und dann: [C:\MYSQL2\BIN]isamchk.exe --sort-records=1 C:\MYSQL2\data\tam\test.ism - Sorting records in ISAM-table 'C:\MYSQL2\data\tam\test.ism' Data records: 2 Deleted: 0 isamchk: Can't unlock file (Errcode: 0) isamchk: Can't unlock file (Errcode: 0) isamchk: error: 0 when updateing keyfile ISAM-table 'C:\MYSQL2\data\tam\test.ism' is not fixed because of errors Dieser Fehler kommt immer, egal mit welchen Table. Ist das ein bug der OS/2 Version? Wer ist fuer den OS/2 port verantwortlich, damit ich ihn direkt anmailen kann. TAM -- OS/2 Warp4, Ducati 750SS '92 JAVA - write once, crawl anywhere. http://www.rrr.de/bst
php::bar PHP Wiki - Listenarchive