Commit 8e2aee1c authored by cmiller@zippy.(none)'s avatar cmiller@zippy.(none)

Merge bk-internal.mysql.com:/home/bk/mysql-5.1

into  zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new
parents d2b04770 e51b1223
...@@ -1839,8 +1839,7 @@ int Dbtup::interpreterNextLab(Signal* signal, ...@@ -1839,8 +1839,7 @@ int Dbtup::interpreterNextLab(Signal* signal,
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */
TregMemBuffer[theRegister]= 0x50; TregMemBuffer[theRegister]= 0x50;
// arithmetic conversion if big-endian // arithmetic conversion if big-endian
* (Int64*)(TregMemBuffer+theRegister+2)= * (Int64*)(TregMemBuffer+theRegister+2)= TregMemBuffer[theRegister+1];
TregMemBuffer[theRegister+1];
} else if (TnoDataRW == 3) { } else if (TnoDataRW == 3) {
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */
// Three words read means that we get the instruction plus two // Three words read means that we get the instruction plus two
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment