Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
34901082
Commit
34901082
authored
May 27, 2005
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1
parent
aa99b05b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
sql/hash_filo.h
sql/hash_filo.h
+1
-1
sql/sp_cache.cc
sql/sp_cache.cc
+1
-1
sql/sp_cache.h
sql/sp_cache.h
+1
-1
sql/sp_head.cc
sql/sp_head.cc
+1
-1
sql/sp_head.h
sql/sp_head.h
+1
-1
sql/sp_pcontext.cc
sql/sp_pcontext.cc
+1
-1
sql/sp_pcontext.h
sql/sp_pcontext.h
+1
-1
sql/sp_rcontext.cc
sql/sp_rcontext.cc
+1
-1
sql/sp_rcontext.h
sql/sp_rcontext.h
+1
-1
No files found.
sql/hash_filo.h
View file @
34901082
...
...
@@ -23,7 +23,7 @@
#ifndef HASH_FILO_H
#define HASH_FILO_H
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_INTERFACE
#pragma interface
/* gcc class interface */
#endif
...
...
sql/sp_cache.cc
View file @
34901082
...
...
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
...
...
sql/sp_cache.h
View file @
34901082
...
...
@@ -18,7 +18,7 @@
#ifndef _SP_CACHE_H_
#define _SP_CACHE_H_
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_INTERFACE
#pragma interface
/* gcc class implementation */
#endif
...
...
sql/sp_head.cc
View file @
34901082
...
...
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
...
...
sql/sp_head.h
View file @
34901082
...
...
@@ -18,7 +18,7 @@
#ifndef _SP_HEAD_H_
#define _SP_HEAD_H_
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_INTERFACE
#pragma interface
/* gcc class implementation */
#endif
...
...
sql/sp_pcontext.cc
View file @
34901082
...
...
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
...
...
sql/sp_pcontext.h
View file @
34901082
...
...
@@ -18,7 +18,7 @@
#ifndef _SP_PCONTEXT_H_
#define _SP_PCONTEXT_H_
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_INTERFACE
#pragma interface
/* gcc class implementation */
#endif
...
...
sql/sp_rcontext.cc
View file @
34901082
...
...
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
...
...
sql/sp_rcontext.h
View file @
34901082
...
...
@@ -18,7 +18,7 @@
#ifndef _SP_RCONTEXT_H_
#define _SP_RCONTEXT_H_
#ifdef
__GNUC__
#ifdef
USE_PRAGMA_INTERFACE
#pragma interface
/* gcc class implementation */
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment