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

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

into  zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new
parents 7175805c 3d882d4c
...@@ -1927,8 +1927,7 @@ int Dbtup::interpreterNextLab(Signal* signal, ...@@ -1927,8 +1927,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