Olav, could you please also mention the actual bug number with e.g
Bug#12345 in global message text, so the fix will be automatically tracked
by the bugdb.
Thanks,
Vlad
> -----Original Message-----
> From: Olav Sandstaa [mailto:olav@stripped]
> Sent: Thursday, June 05, 2008 3:42 PM
> To: commits@stripped
> Subject: commit into mysql-6.0-falcon:mysql-6.0-falcon branch
> (olav:2692)
>
> #At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-6.0-falcon/
>
> 2692 Olav Sandstaa 2008-06-05
> Fix to one of the issues in Bug #36745 falcon crash on solaris
>
> The problem was a memory alignment issue in SymbolManager.cpp
> that caused
> a crash when running in 64 bit mode on Solaris on SPARC. Fixed
> this
> by ensuring the symbol objects are allocated at 8 byte boundaries
> when compiling for 64 bit systems.
> modified:
> storage/falcon/SymbolManager.cpp
>