mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new
This commit is contained in:
commit
8e2aee1c01
1 changed files with 1 additions and 2 deletions
|
@ -1839,8 +1839,7 @@ int Dbtup::interpreterNextLab(Signal* signal,
|
|||
/* ------------------------------------------------------------- */
|
||||
TregMemBuffer[theRegister]= 0x50;
|
||||
// arithmetic conversion if big-endian
|
||||
* (Int64*)(TregMemBuffer+theRegister+2)=
|
||||
TregMemBuffer[theRegister+1];
|
||||
* (Int64*)(TregMemBuffer+theRegister+2)= TregMemBuffer[theRegister+1];
|
||||
} else if (TnoDataRW == 3) {
|
||||
/* ------------------------------------------------------------- */
|
||||
// Three words read means that we get the instruction plus two
|
||||
|
|
Loading…
Add table
Reference in a new issue