1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

into  sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.1-wl2936
This commit is contained in:
serg@sergbook.mysql.com
2007-04-16 10:37:50 +02:00
72 changed files with 5093 additions and 2603 deletions

View File

@ -59,7 +59,7 @@ public:
@param size Number of elements in array 'types'
*/
table_def(field_type *types, my_size_t size)
: m_type(new unsigned char [size]), m_size(size)
: m_size(size), m_type(new unsigned char [size])
{
if (m_type)
memcpy(m_type, types, size);