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
cb3dfd82
Commit
cb3dfd82
authored
Mar 08, 2001
by
monty@donna.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed --with-innobase-db to --with-innobase
Updated manual about INNOBASE and BDB
parent
ce7181c8
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
70 additions
and
62 deletions
+70
-62
BUILD/SETUP.sh
BUILD/SETUP.sh
+1
-1
BUILD/compile-pentium
BUILD/compile-pentium
+1
-1
BUILD/compile-pentium-debug
BUILD/compile-pentium-debug
+1
-1
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+1
-1
Docs/manual.texi
Docs/manual.texi
+63
-55
sql/mysqld.cc
sql/mysqld.cc
+1
-1
support-files/maxsql.spec.sh
support-files/maxsql.spec.sh
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+1
-1
No files found.
BUILD/SETUP.sh
View file @
cb3dfd82
...
...
@@ -10,7 +10,7 @@ while test $# -gt 0
do
case
"
$1
"
in
-c
|
--just-configure
)
just_configure
=
1
;
shift
;;
-n
|
--just-print
)
nonono
=
1
;
shift
;;
-n
|
--just-print
|
--print
)
nonono
=
1
;
shift
;;
-h
|
--help
)
cat
<<
EOF
; exit 0 ;;
Usage:
$0
[-h|-n] [configure-options]
-h, --help Show this help message.
...
...
BUILD/compile-pentium
View file @
cb3dfd82
...
...
@@ -12,6 +12,6 @@ if test -d /usr/local/BerkeleyDB-opt/
then
extra_configs
=
"
$extra_configs
--with-berkeley-db=/usr/local/BerkeleyDB-opt/"
fi
extra_configs
=
"
$extra_configs
--with-innobase
-db
"
extra_configs
=
"
$extra_configs
--with-innobase"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium-debug
View file @
cb3dfd82
...
...
@@ -13,6 +13,6 @@ if test -d /usr/local/BerkeleyDB-dbug/
then
extra_configs
=
"
$extra_configs
--with-berkeley-db=/usr/local/BerkeleyDB-dbug/"
fi
extra_configs
=
"
$extra_configs
--with-innobase
-db
"
extra_configs
=
"
$extra_configs
--with-innobase"
.
"
$path
/FINISH.sh"
Build-tools/Do-all-build-steps
View file @
cb3dfd82
...
...
@@ -64,7 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes
$EXTRA_CONFIG
\
--enable-thread-safe-client
\
--with-berkeley-db
\
--with-innobase
-db
--with-innobase
gmake -j 2
...
...
Docs/manual.texi
View file @
cb3dfd82
This diff is collapsed.
Click to expand it.
sql/mysqld.cc
View file @
cb3dfd82
...
...
@@ -1161,7 +1161,7 @@ New value of ebp failed sanity check, terminating backtrace!\n");
++
frame_count
;
}
fprintf
(
stderr
,
"Stack trace successful, tryin
t
to get some variables.
\n
\
fprintf
(
stderr
,
"Stack trace successful, tryin
g
to get some variables.
\n
\
Some pointers may be invalid and cause the dump to abort...
\n
"
);
heap_start
=
__bss_start
;
heap_end
=
(
char
*
)
sbrk
(
0
);
...
...
support-files/maxsql.spec.sh
View file @
cb3dfd82
...
...
@@ -162,7 +162,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
--includedir=/usr/include
\
--mandir=/usr/man
\
--with-berkeley-db
\
--with-innobase
-db
\
--with-innobase
\
--with-comment=
\"
Official MySQL-Max RPM
\"
;
# Add this for more debugging support
# --with-debug
...
...
support-files/mysql.spec.sh
View file @
cb3dfd82
...
...
@@ -161,7 +161,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
--includedir=/usr/include
\
--mandir=/usr/man
\
--without-berkeley-db
\
--without-innobase
-db
\
--without-innobase
\
--with-comment=
\"
Official MySQL RPM
\"
;
# Add this for more debugging support
# --with-debug
...
...
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