diff options
author | Magne Mahre <magne.mahre@oracle.com> | 2011-03-28 10:47:30 +0200 |
---|---|---|
committer | Magne Mahre <magne.mahre@oracle.com> | 2011-03-28 10:47:30 +0200 |
commit | 4c4cb80b0af1b9e4a5e38130ee3566615bd8a8b4 (patch) | |
tree | d9ded1526828e9a2bd239908dbd08d7d439d865d /sql/field.h | |
parent | e9935c6363b9fb1f132c4ca43dd38fddd61ebc10 (diff) | |
download | mariadb-git-4c4cb80b0af1b9e4a5e38130ee3566615bd8a8b4.tar.gz |
Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1
The LGPL license is used in some legacy code, and to
adhere to current licensing polity, we remove those
files that are no longer used, and reorganize the
remaining LGPL code so it will be GPL licensed from
now on.
Note: This patch only removed LGPL licensed files
in MySQL 5.1, and is the second of a set of
patches to remove LGPL from all trees.
(See Bug# 11840513 for details)
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h index cbdfa686ff8..285c8307634 100644 --- a/sql/field.h +++ b/sql/field.h @@ -13,6 +13,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "my_compare.h" /* for clr_rec_bits */ + /* Because of the function new_field() all field classes that have static variables must declare the size_of() member function. |