diff options
author | unknown <monty@mysql.com> | 2005-02-25 19:51:29 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-02-25 19:51:29 +0200 |
commit | b5838bfcd1de1efc250f565c0fb160bca13c4a62 (patch) | |
tree | e6f827904039e2af38a0130f261728726ef9dc16 /sql/sp_pcontext.cc | |
parent | 730a522bf4d138d394c844313678c68247c6f984 (diff) | |
parent | b7b2edab1367b1de43f41ad79677ea6c9cbc6054 (diff) | |
download | mariadb-git-b5838bfcd1de1efc250f565c0fb160bca13c4a62.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
sql/sp_pcontext.cc:
Auto merged
Diffstat (limited to 'sql/sp_pcontext.cc')
-rw-r--r-- | sql/sp_pcontext.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_pcontext.cc b/sql/sp_pcontext.cc index 3ae7c05c4d6..7176498f276 100644 --- a/sql/sp_pcontext.cc +++ b/sql/sp_pcontext.cc @@ -105,7 +105,6 @@ sp_pcontext::diff_handlers(sp_pcontext *ctx) uint sp_pcontext::diff_cursors(sp_pcontext *ctx) { - uint n= 0; sp_pcontext *pctx= this; while (pctx && pctx != ctx) |