diff options
author | unknown <monty@mysql.com> | 2003-12-21 02:08:44 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2003-12-21 02:08:44 +0200 |
commit | 292bb8cbbeb2d0577fd3f15ffe59b2ffb078689d (patch) | |
tree | 4a975e46f093823a8d2f45302b71d9e78de3449e /sql/sql_class.cc | |
parent | 5c1ee928487579f226443e2bc9c585314b9de971 (diff) | |
parent | 4f72061f4095e5c9b5823f998b58302eef19382a (diff) | |
download | mariadb-git-292bb8cbbeb2d0577fd3f15ffe59b2ffb078689d.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/my/mysql-5.0
sql/sql_class.cc:
Auto merged
sql/sql_delete.cc:
Auto merged
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index 3b2b2dfd999..93a2db50876 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -36,8 +36,8 @@ #endif #include <mysys_err.h> -#include <sp_rcontext.h> -#include <sp_cache.h> +#include "sp_rcontext.h" +#include "sp_cache.h" /* The following is used to initialise Table_ident with a internal |