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
d4f7518e
Commit
d4f7518e
authored
Apr 11, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused defined USES_TYPES
parent
c73df225
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
0 additions
and
12 deletions
+0
-12
include/my_base.h
include/my_base.h
+0
-1
mysys/my_append.c
mysys/my_append.c
+0
-1
mysys/my_clock.c
mysys/my_clock.c
+0
-1
mysys/my_copy.c
mysys/my_copy.c
+0
-1
mysys/my_create.c
mysys/my_create.c
+0
-1
mysys/my_dup.c
mysys/my_dup.c
+0
-1
mysys/my_lib.c
mysys/my_lib.c
+0
-1
mysys/my_open.c
mysys/my_open.c
+0
-1
mysys/my_redel.c
mysys/my_redel.c
+0
-1
mysys/my_rename.c
mysys/my_rename.c
+0
-1
mysys/test_dir.c
mysys/test_dir.c
+0
-1
sql/unireg.cc
sql/unireg.cc
+0
-1
No files found.
include/my_base.h
View file @
d4f7518e
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#define _my_base_h
#define _my_base_h
#ifndef stdin
/* Included first in handler */
#ifndef stdin
/* Included first in handler */
#define USES_TYPES
/* my_dir with sys/types is included */
#define CHSIZE_USED
#define CHSIZE_USED
#include <my_global.h>
#include <my_global.h>
#include <my_dir.h>
/* This includes types */
#include <my_dir.h>
/* This includes types */
...
...
mysys/my_append.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
/* sys/types is included */
#include "mysys_priv.h"
#include "mysys_priv.h"
#include <sys/stat.h>
#include <sys/stat.h>
#include <m_string.h>
#include <m_string.h>
...
...
mysys/my_clock.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
#include "my_global.h"
#include "my_global.h"
#if !defined(_MSC_VER) && !defined(__BORLANDC__) && !defined(OS2) && !defined(__NETWARE__)
#if !defined(_MSC_VER) && !defined(__BORLANDC__) && !defined(OS2) && !defined(__NETWARE__)
...
...
mysys/my_copy.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
/* sys/types is included */
#include "mysys_priv.h"
#include "mysys_priv.h"
#include <my_dir.h>
/* for stat */
#include <my_dir.h>
/* for stat */
#include <m_string.h>
#include <m_string.h>
...
...
mysys/my_create.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
#include "mysys_priv.h"
#include "mysys_priv.h"
#include <my_dir.h>
#include <my_dir.h>
#include "mysys_err.h"
#include "mysys_err.h"
...
...
mysys/my_dup.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
#include "mysys_priv.h"
#include "mysys_priv.h"
#include "mysys_err.h"
#include "mysys_err.h"
#include <my_dir.h>
#include <my_dir.h>
...
...
mysys/my_lib.c
View file @
d4f7518e
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
/* TODO: check for overun of memory for names. */
/* TODO: check for overun of memory for names. */
/* Convert MSDOS-TIME to standar time_t */
/* Convert MSDOS-TIME to standar time_t */
#define USES_TYPES
/* sys/types is included */
#include "mysys_priv.h"
#include "mysys_priv.h"
#include <m_string.h>
#include <m_string.h>
#include <my_dir.h>
/* Structs used by my_dir,includes sys/types */
#include <my_dir.h>
/* Structs used by my_dir,includes sys/types */
...
...
mysys/my_open.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
#include "mysys_priv.h"
#include "mysys_priv.h"
#include "mysys_err.h"
#include "mysys_err.h"
#include <my_dir.h>
#include <my_dir.h>
...
...
mysys/my_redel.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
/* sys/types is included */
#include "mysys_priv.h"
#include "mysys_priv.h"
#include <my_dir.h>
#include <my_dir.h>
#include <m_string.h>
#include <m_string.h>
...
...
mysys/my_rename.c
View file @
d4f7518e
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define USES_TYPES
#include "mysys_priv.h"
#include "mysys_priv.h"
#include <my_dir.h>
#include <my_dir.h>
#include "mysys_err.h"
#include "mysys_err.h"
...
...
mysys/test_dir.c
View file @
d4f7518e
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
/* TODO: Test all functions */
/* TODO: Test all functions */
#define USES_TYPES
#include "mysys_priv.h"
#include "mysys_priv.h"
#include "my_dir.h"
#include "my_dir.h"
...
...
sql/unireg.cc
View file @
d4f7518e
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
str is a (long) to record position where 0 is the first position.
str is a (long) to record position where 0 is the first position.
*/
*/
#define USES_TYPES
#include "mysql_priv.h"
#include "mysql_priv.h"
#include <m_ctype.h>
#include <m_ctype.h>
#include <assert.h>
#include <assert.h>
...
...
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