2012-04-26 6 views
0

私はMAMPとcodeigniterフレームワークを使用しています。MAMPを使用してcodeigniterで未知のトランザクションエラーが発生する


非常に奇妙な問題に直面しています。私が書くところには、アクティブなレコードステートメントがあります。

$this->db->select('user_vcard.pro_pic_filename AS `author_pro_pic_filepath`'); 

私はサーバーエラーを取得するHTTPリクエストを実行した後、CI文でAS author_pro_pic_filepathを使用している場合。私はページを更新しようとすると、私のブラウザは一点で、その後、長い時間のために屋台と、それは

Error Number: 1205. 
Lock wait timeout exceeded; try restarting transaction 

言う私は他の名前でAS author_pro_pic_filepathを交換する場合は、それだけで正常に動作します。ここで


私は問題を解決するために実行しようとしました代は以下のとおりです。

  1. 私はデータベースの.SQLダンプをエクスポートして、私はすべてのテーブルをドロップしようとした
  2. 安全な場所に保管。
  3. データベース全体を削除しようとしました。
  4. 私は私は私はMAMPをシャットダウンしようとしたのSafariとChrome
  5. の両方で試してみました私のブラウザから
  6. をすべてのクッキー、セッションデータをクリアし、テーブル
  7. からすべてのMySQLのユーザー権限をクリア。
  8. 私はノートパソコンをシャットダウンしようとしました。
  9. 上記をまとめてみました。
  10. 私はcodeigniterコード内のすべてのトランザクション文をオフにしてみました。

に変更はありません。私は上記のように常に行動しています。

私はこの同じアクティブなレコードステートメントを私のアプリのいくつかの他のファイルで使用しています。どこでもうまく動作しています。しかし、私は上記の問題に直面しているこの1つの特定のファイルでのみ。


SQLクエリの結果:SHOW ENGINE INNODB MUTEX; SQLクエリの

Rows: 2 

Type InnoDB 
Name /users/severin/MAMPexp/MAMP_packages/mysql-5.5.9/storage/innobase/srv/srv0srv.c:1030  
Status os_waits=1 

Type InnoDB 
Name /users/severin/MAMPexp/MAMP_packages/mysql-5.5.9/storage/innobase/log/log0log.c:832 
Status os_waits=7 

結果:SHOW ENGINEのINNODBのMUTEX。

Rows: 1 

Type InnoDB  
Name  
Status 
===================================== 
120426 18:39:04 INNODB MONITOR OUTPUT 
===================================== 
Per second averages calculated from the last 5 seconds 
----------------- 
BACKGROUND THREAD 
----------------- 
srv_master_thread loops: 56 1_second, 56 sleeps, 5 10_second, 8 background, 8 flush 
srv_master_thread log flush and writes: 57 
---------- 
SEMAPHORES 
---------- 
OS WAIT ARRAY INFO: reservation count 8, signal count 8 
Mutex spin waits 2, rounds 31, OS waits 1 
RW-shared spins 7, rounds 210, OS waits 7 
RW-excl spins 0, rounds 0, OS waits 0 
Spin rounds per wait: 15.50 mutex, 30.00 RW-shared, 0.00 RW-excl 
------------ 
TRANSACTIONS 
------------ 
Trx id counter 8BCB 
Purge done for trx's n:o < 8BBD undo n:o < 0 
History list length 149 
LIST OF TRANSACTIONS FOR EACH SESSION: 
---TRANSACTION 0, not started, OS thread id 4531712000 
MySQL thread id 55, query id 926 localhost root 
SHOW ENGINE INNODB STATUS 
---TRANSACTION 8BBB, not started, OS thread id 4531163136 
MySQL thread id 44, query id 820 localhost doc2doc 
---TRANSACTION 8BBD, ACTIVE 486 sec, OS thread id 4531437568 
3 lock struct(s), heap size 376, 2 row lock(s), undo log entries 1 
MySQL thread id 45, query id 831 localhost doc2doc 
Trx read view will not see trx with id >= 8BBE, sees < 8BBE 
-------- 
FILE I/O 
-------- 
I/O thread 0 state: waiting for i/o request (insert buffer thread) 
I/O thread 1 state: waiting for i/o request (log thread) 
I/O thread 2 state: waiting for i/o request (read thread) 
I/O thread 3 state: waiting for i/o request (read thread) 
I/O thread 4 state: waiting for i/o request (read thread) 
I/O thread 5 state: waiting for i/o request (read thread) 
I/O thread 6 state: waiting for i/o request (write thread) 
I/O thread 7 state: waiting for i/o request (write thread) 
I/O thread 8 state: waiting for i/o request (write thread) 
I/O thread 9 state: waiting for i/o request (write thread) 
Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] , 
ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0 
Pending flushes (fsync) log: 0; buffer pool: 0 
413 OS file reads, 520 OS file writes, 381 OS fsyncs 
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s 
------------------------------------- 
INSERT BUFFER AND ADAPTIVE HASH INDEX 
------------------------------------- 
Ibuf: size 1, free list len 0, seg size 2, 0 merges 
merged operations: 
insert 0, delete mark 0, delete 0 
discarded operations: 
insert 0, delete mark 0, delete 0 
Hash table size 276707, node heap has 1 buffer(s) 
0.00 hash searches/s, 0.00 non-hash searches/s 
--- 
LOG 
--- 
Log sequence number 5050799 
Log flushed up to 5050799 
Last checkpoint at 5050799 
0 pending log writes, 0 pending chkp writes 
370 log i/o's done, 0.00 log i/o's/second 
---------------------- 
BUFFER POOL AND MEMORY 
---------------------- 
Total memory allocated 137363456; in additional pool allocated 0 
Dictionary memory allocated 114130 
Buffer pool size 8192 
Free buffers  7736 
Database pages  455 
Old database pages 0 
Modified db pages 0 
Pending reads 0 
Pending writes: LRU 0, flush list 0, single page 0 
Pages made young 0, not young 0 
0.00 youngs/s, 0.00 non-youngs/s 
Pages read 402, created 53, written 322 
0.00 reads/s, 0.00 creates/s, 0.00 writes/s 
Buffer pool hit rate 1000/1000, young-making rate 0/1000 not 0/1000 
Pages read ahead 0.00/s, evicted without access 0.00/s 
LRU len: 455, unzip_LRU len: 0 
I/O sum[0]:cur[0], unzip sum[0]:cur[0] 
-------------- 
ROW OPERATIONS 
-------------- 
0 queries inside InnoDB, 0 queries in queue 
2 read views open inside InnoDB 
Main thread id 4506259456, state: waiting for server activity 
Number of rows inserted 507, updated 2, deleted 0, read 1679 
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s 
---------------------------- 
END OF INNODB MONITOR OUTPUT 
============================ 

答えて

0

OMG ...........私はちょうどこれを理解しようとする2日間を過ごした後big time dumb assように自分自身を証明されています。

私はヘルパーをあらかじめロードしていないうちにヘルパー関数を呼び出していました。

Pardon my idiocy。

関連する問題