diff options
author | Magne Mahre <magne.mahre@oracle.com> | 2011-03-29 14:43:49 +0200 |
---|---|---|
committer | Magne Mahre <magne.mahre@oracle.com> | 2011-03-29 14:43:49 +0200 |
commit | 517c5c247c217203e075a0f8b61e614e8dc6623f (patch) | |
tree | 3b6d0fd06e191c69e6e0da8a63e81166e5b90513 /include/myisam.h | |
parent | f239fa302cd4acc97c406ae071cefc903bb5de79 (diff) | |
download | mariadb-git-517c5c247c217203e075a0f8b61e614e8dc6623f.tar.gz |
Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5
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.5 and later, and is the third of a
set of patches to remove LGPL from all trees.
(See Bug# 11840513 for details)
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/myisam.h b/include/myisam.h index cb641e12e8e..839bea1d18b 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB, 2008-2009 Sun Microsystems, Inc +/* Copyright (C) 2000, 2011, Oracle and/or its affiliates. All rights + reserved This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +31,7 @@ extern "C" { #ifndef _keycache_h #include "keycache.h" #endif -#include "my_handler.h" +#include "my_compare.h" #include <mysql/plugin.h> /* |