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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f3a076d4
Commit
f3a076d4
authored
Aug 24, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
parents
4e9a0f55
5d641b12
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
7 deletions
+11
-7
Docs/manual.texi
Docs/manual.texi
+4
-0
innobase/pars/lexyy.c
innobase/pars/lexyy.c
+1
-0
innobase/pars/pars0grm.c
innobase/pars/pars0grm.c
+1
-2
innobase/pars/pars0grm.y
innobase/pars/pars0grm.y
+1
-2
innobase/pars/pars0lex.l
innobase/pars/pars0lex.l
+3
-0
ltconfig
ltconfig
+1
-3
No files found.
Docs/manual.texi
View file @
f3a076d4
...
@@ -8120,6 +8120,10 @@ Convert your old ISAM files to MyISAM files with the command:
...
@@ -8120,6 +8120,10 @@ Convert your old ISAM files to MyISAM files with the command:
be run if all tables in the given database is ISAM or MyISAM tables. If
be run if all tables in the given database is ISAM or MyISAM tables. If
this is not the case you should run @code{ALTER TABLE table_name TYPE=MyISAM}
this is not the case you should run @code{ALTER TABLE table_name TYPE=MyISAM}
on all ISAM tables.
on all ISAM tables.
@item
Ensure that you don't have any MySQL clients that uses shared libraries
(like the perl Msql-Mysql-modules). If you have, you should recompile
them as structures used in libmysqlclient.so has changed.
@end itemize
@end itemize
MySQL 4.0 will work even if you don't do the above, but you will not be
MySQL 4.0 will work even if you don't do the above, but you will not be
innobase/pars/lexyy.c
View file @
f3a076d4
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_MINOR_VERSION 5
#include "univ.i"
#include <stdio.h>
#include <stdio.h>
...
...
innobase/pars/pars0grm.c
View file @
f3a076d4
...
@@ -94,9 +94,8 @@
...
@@ -94,9 +94,8 @@
/* The value of the semantic attribute is a pointer to a query tree node
/* The value of the semantic attribute is a pointer to a query tree node
que_node_t */
que_node_t */
#include <math.h>
#include "univ.i"
#include "univ.i"
#include <math.h>
/* Can't be before univ.i */
#include "pars0pars.h"
#include "pars0pars.h"
#include "mem0mem.h"
#include "mem0mem.h"
#include "que0types.h"
#include "que0types.h"
...
...
innobase/pars/pars0grm.y
View file @
f3a076d4
...
@@ -14,9 +14,8 @@ the InnoDB parser.
...
@@ -14,9 +14,8 @@ the InnoDB parser.
/* The value of the semantic attribute is a pointer to a query tree node
/* The value of the semantic attribute is a pointer to a query tree node
que_node_t */
que_node_t */
#include <math.h>
#include "univ.i"
#include "univ.i"
#include <math.h> /* Can't be before univ.i */
#include "pars0pars.h"
#include "pars0pars.h"
#include "mem0mem.h"
#include "mem0mem.h"
#include "que0types.h"
#include "que0types.h"
...
...
innobase/pars/pars0lex.l
View file @
f3a076d4
...
@@ -28,6 +28,9 @@ How to make the InnoDB parser and lexer C files:
...
@@ -28,6 +28,9 @@ How to make the InnoDB parser and lexer C files:
6. Remove the #include of unistd.h from about line 2500 of lexyy.c
6. Remove the #include of unistd.h from about line 2500 of lexyy.c
7. Add '#include "univ.i"' before #include <stdio.h> in lexyy.c
(Needed for AIX)
These instructions seem to work at least with bison-1.28 and flex-2.5.4 on
These instructions seem to work at least with bison-1.28 and flex-2.5.4 on
Linux.
Linux.
*******************************************************/
*******************************************************/
...
...
ltconfig
View file @
f3a076d4
...
@@ -1308,9 +1308,7 @@ else
...
@@ -1308,9 +1308,7 @@ else
hardcode_direct
=
yes
hardcode_direct
=
yes
fi
fi
allow_undefined_flag
=
' ${wl}-berok'
allow_undefined_flag
=
' ${wl}-berok'
# -qmkshrobj used to be -bexpall, but MySQL uses symbols which start with
archive_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
# an underscore (e.g., _my_b_write), so -bexpall doesn't work.
archive_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-qmkshrobj ${wl}-bnoentry${allow_undefined_flag}'
archive_expsym_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
archive_expsym_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
case
"
$host_os
"
in
aix4.[01]|aix4.[01].
*
)
case
"
$host_os
"
in
aix4.[01]|aix4.[01].
*
)
# According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
# According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
...
...
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