summaryrefslogtreecommitdiff
path: root/sql/sql_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_list.cc')
-rw-r--r--sql/sql_list.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/sql_list.cc b/sql/sql_list.cc
index 49b649133d0..99aeccd71dc 100644
--- a/sql/sql_list.cc
+++ b/sql/sql_list.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2001, 2003, 2005 MySQL AB
+/* Copyright (c) 2000, 2010, 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
@@ -11,14 +11,15 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
#endif
-#include "mysql_priv.h"
+#include "unireg.h"
+#include "sql_list.h"
list_node end_of_list;