mariadb/ndb
unknown 0786567905 BUG#31761: Code for cluster is not safe for strict-alias optimization in new gcc
Fix problem with AttributeHeader::init() seen with gcc 4.2.1.

Using the same object as both Uint32 and class AttributeHeader violates
strict aliasing rule.


ndb/include/kernel/AttributeHeader.hpp:
  Fix problem with AttributeHeader::init() seen with gcc 4.2.1.
  
  Using the same object as both Uint32 and class AttributeHeader violates
  strict aliasing rule.
ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
  Fix problem with AttributeHeader::init() seen with gcc 4.2.1.
  
  Using the same object as both Uint32 and class AttributeHeader violates
  strict aliasing rule.
ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
  Fix problem with AttributeHeader::init() seen with gcc 4.2.1.
  
  Using the same object as both Uint32 and class AttributeHeader violates
  strict aliasing rule.
ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
  Fix problem with AttributeHeader::init() seen with gcc 4.2.1.
  
  Using the same object as both Uint32 and class AttributeHeader violates
  strict aliasing rule.
ndb/src/ndbapi/NdbOperationDefine.cpp:
  Fix problem with AttributeHeader::init() seen with gcc 4.2.1.
  
  Using the same object as both Uint32 and class AttributeHeader violates
  strict aliasing rule.
2007-10-25 07:57:18 +02:00
..
bin
config BUG#16282: Remove unused gcc.cpp linker input that causes failure in make -j. 2006-01-08 07:42:40 +01:00
demos
docs Merge 2005-11-04 02:17:11 +01:00
home
include BUG#31761: Code for cluster is not safe for strict-alias optimization in new gcc 2007-10-25 07:57:18 +02:00
lib
ndbapi-examples updated example makefiles to add libmystrings 2005-03-03 20:21:45 +01:00
src BUG#31761: Code for cluster is not safe for strict-alias optimization in new gcc 2007-10-25 07:57:18 +02:00
test ndb - bug#29364 - "SQL queries hang while data node in start phase 5" 2007-07-02 13:45:24 +02:00
tools Bug #20820 auto inc table not handled correctly when restored from cluster backup 2006-07-06 18:50:44 +02:00
Makefile.am Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new 2006-06-17 15:42:24 +02:00