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
7f6f5fdc
Commit
7f6f5fdc
authored
Jan 19, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0
parents
18bd4a25
51a443a1
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
21 additions
and
20 deletions
+21
-20
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+8
-1
mysql-test/ndb/ndbcluster.sh
mysql-test/ndb/ndbcluster.sh
+11
-2
ndb/include/kernel/AttributeHeader.hpp
ndb/include/kernel/AttributeHeader.hpp
+0
-1
ndb/include/ndb_global.h.in
ndb/include/ndb_global.h.in
+2
-4
ndb/src/kernel/blocks/backup/BackupInit.cpp
ndb/src/kernel/blocks/backup/BackupInit.cpp
+0
-1
ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
+0
-1
ndb/src/kernel/blocks/dbdih/DbdihInit.cpp
ndb/src/kernel/blocks/dbdih/DbdihInit.cpp
+0
-1
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
+0
-1
ndb/src/kernel/blocks/dbtc/DbtcInit.cpp
ndb/src/kernel/blocks/dbtc/DbtcInit.cpp
+0
-1
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
+0
-1
ndb/src/kernel/blocks/dbtux/Dbtux.hpp
ndb/src/kernel/blocks/dbtux/Dbtux.hpp
+0
-1
ndb/src/kernel/blocks/grep/GrepInit.cpp
ndb/src/kernel/blocks/grep/GrepInit.cpp
+0
-1
ndb/src/kernel/blocks/suma/SumaInit.cpp
ndb/src/kernel/blocks/suma/SumaInit.cpp
+0
-1
ndb/src/kernel/vm/Emulator.cpp
ndb/src/kernel/vm/Emulator.cpp
+0
-1
ndb/src/kernel/vm/SimulatedBlock.hpp
ndb/src/kernel/vm/SimulatedBlock.hpp
+0
-1
ndb/src/mgmapi/mgmapi_configuration.cpp
ndb/src/mgmapi/mgmapi_configuration.cpp
+0
-1
No files found.
mysql-test/mysql-test-run.sh
View file @
7f6f5fdc
...
@@ -241,6 +241,9 @@ USE_EMBEDDED_SERVER=""
...
@@ -241,6 +241,9 @@ USE_EMBEDDED_SERVER=""
RESULT_EXT
=
""
RESULT_EXT
=
""
TEST_MODE
=
"default"
TEST_MODE
=
"default"
NDB_MGMD_EXTRA_OPTS
=
NDBD_EXTRA_OPTS
=
while
test
$#
-gt
0
;
do
while
test
$#
-gt
0
;
do
case
"
$1
"
in
case
"
$1
"
in
--embedded-server
)
USE_EMBEDDED_SERVER
=
1
USE_MANAGER
=
0
NO_SLAVE
=
1
;
\
--embedded-server
)
USE_EMBEDDED_SERVER
=
1
USE_MANAGER
=
0
NO_SLAVE
=
1
;
\
...
@@ -261,6 +264,10 @@ while test $# -gt 0; do
...
@@ -261,6 +264,10 @@ while test $# -gt 0; do
--ndb-connectstring
=
*
)
--ndb-connectstring
=
*
)
USE_NDBCLUSTER
=
"--ndbcluster"
;
USE_NDBCLUSTER
=
"--ndbcluster"
;
USE_RUNNING_NDBCLUSTER
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--ndb-connectstring=;;"
`
;;
USE_RUNNING_NDBCLUSTER
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--ndb-connectstring=;;"
`
;;
--ndb_mgmd-extra-opts
=
*
)
NDB_MGMD_EXTRA_OPTS
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--ndb_mgmd-extra-opts=;;"
`
;;
--ndbd-extra-opts
=
*
)
NDBD_EXTRA_OPTS
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--ndbd-extra-opts=;;"
`
;;
--tmpdir
=
*
)
MYSQL_TMP_DIR
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--tmpdir=;;"
`
;;
--tmpdir
=
*
)
MYSQL_TMP_DIR
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--tmpdir=;;"
`
;;
--local-master
)
--local-master
)
MASTER_MYPORT
=
3306
;
MASTER_MYPORT
=
3306
;
...
@@ -463,7 +470,7 @@ SMALL_SERVER="--key_buffer_size=1M --sort_buffer=256K --max_heap_table_size=1M"
...
@@ -463,7 +470,7 @@ SMALL_SERVER="--key_buffer_size=1M --sort_buffer=256K --max_heap_table_size=1M"
export
MASTER_MYPORT MASTER_MYPORT1 SLAVE_MYPORT MYSQL_TCP_PORT MASTER_MYSOCK MASTER_MYSOCK1
export
MASTER_MYPORT MASTER_MYPORT1 SLAVE_MYPORT MYSQL_TCP_PORT MASTER_MYSOCK MASTER_MYSOCK1
NDBCLUSTER_BASE_PORT
=
`
expr
$NDBCLUSTER_PORT
+ 2
`
NDBCLUSTER_BASE_PORT
=
`
expr
$NDBCLUSTER_PORT
+ 2
`
NDBCLUSTER_OPTS
=
"--port=
$NDBCLUSTER_PORT
--port-base=
$NDBCLUSTER_BASE_PORT
--data-dir=
$MYSQL_TEST_DIR
/var"
NDBCLUSTER_OPTS
=
"--port=
$NDBCLUSTER_PORT
--port-base=
$NDBCLUSTER_BASE_PORT
--data-dir=
$MYSQL_TEST_DIR
/var
--ndb_mgmd-extra-opts=
\"
$NDB_MGMD_EXTRA_OPTS
\"
--ndbd-extra-opts=
\"
$NDBD_EXTRA_OPTS
\"
"
if
[
x
$SOURCE_DIST
=
x1
]
;
then
if
[
x
$SOURCE_DIST
=
x1
]
;
then
MY_BASEDIR
=
$MYSQL_TEST_DIR
MY_BASEDIR
=
$MYSQL_TEST_DIR
...
...
mysql-test/ndb/ndbcluster.sh
View file @
7f6f5fdc
...
@@ -58,6 +58,9 @@ ndb_con_op=105000
...
@@ -58,6 +58,9 @@ ndb_con_op=105000
ndb_dmem
=
80M
ndb_dmem
=
80M
ndb_imem
=
24M
ndb_imem
=
24M
NDB_MGMD_EXTRA_OPTS
=
NDBD_EXTRA_OPTS
=
while
test
$#
-gt
0
;
do
while
test
$#
-gt
0
;
do
case
"
$1
"
in
case
"
$1
"
in
--test
)
--test
)
...
@@ -94,6 +97,12 @@ while test $# -gt 0; do
...
@@ -94,6 +97,12 @@ while test $# -gt 0; do
--port-base
=
*
)
--port-base
=
*
)
port_base
=
`
echo
"
$1
"
|
sed
-e
"s;--port-base=;;"
`
port_base
=
`
echo
"
$1
"
|
sed
-e
"s;--port-base=;;"
`
;;
;;
--ndb_mgmd-extra-opts
=
*
)
NDB_MGMD_EXTRA_OPTS
=
`
echo
"
$1
"
|
sed
-e
"s;--ndb_mgmd-extra-opts=;;"
`
;;
--ndbd-extra-opts
=
*
)
NDBD_EXTRA_OPTS
=
`
echo
"
$1
"
|
sed
-e
"s;--ndbd-extra-opts=;;"
`
;;
--
)
shift
;
break
;;
--
)
shift
;
break
;;
--
*
)
$ECHO
"Unrecognized option:
$1
"
;
exit
1
;;
--
*
)
$ECHO
"Unrecognized option:
$1
"
;
exit
1
;;
*
)
break
;;
*
)
break
;;
...
@@ -122,8 +131,8 @@ if [ ! -x "$exec_waiter" ]; then
...
@@ -122,8 +131,8 @@ if [ ! -x "$exec_waiter" ]; then
fi
fi
exec_mgmtclient
=
"
$exec_mgmtclient
--no-defaults"
exec_mgmtclient
=
"
$exec_mgmtclient
--no-defaults"
exec_mgmtsrvr
=
"
$exec_mgmtsrvr
--no-defaults"
exec_mgmtsrvr
=
"
$exec_mgmtsrvr
--no-defaults
$NDB_MGMD_EXTRA_OPTS
"
exec_ndb
=
"
$exec_ndb
--no-defaults"
exec_ndb
=
"
$exec_ndb
--no-defaults
$NDBD_EXTRA_OPTS
"
exec_waiter
=
"
$exec_waiter
--no-defaults"
exec_waiter
=
"
$exec_waiter
--no-defaults"
ndb_host
=
"localhost"
ndb_host
=
"localhost"
...
...
ndb/include/kernel/AttributeHeader.hpp
View file @
7f6f5fdc
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#ifndef ATTRIBUTE_HEADER
#ifndef ATTRIBUTE_HEADER
#define ATTRIBUTE_HEADER
#define ATTRIBUTE_HEADER
#include <new>
/**
/**
* @class AttributeHeader
* @class AttributeHeader
* @brief Header passed in front of every attribute value in AttrInfo signal
* @brief Header passed in front of every attribute value in AttrInfo signal
...
...
ndb/include/ndb_global.h.in
View file @
7f6f5fdc
...
@@ -115,10 +115,8 @@ static const char table_name_separator = '/';
...
@@ -115,10 +115,8 @@ static const char table_name_separator = '/';
#endif
#endif
#ifdef __cplusplus
#ifdef __cplusplus
#include <new>
inline void* operator new(size_t, void* __p) { return __p; }
#endif
inline void* operator new[](size_t, void* __p) { return __p; }
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#endif
...
...
ndb/src/kernel/blocks/backup/BackupInit.cpp
View file @
7f6f5fdc
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
//===========================================================================
//===========================================================================
#include "Backup.hpp"
#include "Backup.hpp"
#include <new>
#include <Properties.hpp>
#include <Properties.hpp>
#include <Configuration.hpp>
#include <Configuration.hpp>
...
...
ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
View file @
7f6f5fdc
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include <EventLogger.hpp>
#include <EventLogger.hpp>
#include <TimeQueue.hpp>
#include <TimeQueue.hpp>
#include <new>
#include <NdbSleep.h>
#include <NdbSleep.h>
#include <SafeCounter.hpp>
#include <SafeCounter.hpp>
...
...
ndb/src/kernel/blocks/dbdih/DbdihInit.cpp
View file @
7f6f5fdc
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
#define DBDIH_C
#define DBDIH_C
#include "Dbdih.hpp"
#include "Dbdih.hpp"
#include <ndb_limits.h>
#include <ndb_limits.h>
#include <new>
#define DEBUG(x) { ndbout << "DIH::" << x << endl; }
#define DEBUG(x) { ndbout << "DIH::" << x << endl; }
...
...
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
View file @
7f6f5fdc
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#define DBLQH_C
#define DBLQH_C
#include "Dblqh.hpp"
#include "Dblqh.hpp"
#include <ndb_limits.h>
#include <ndb_limits.h>
#include <new>
#define DEBUG(x) { ndbout << "LQH::" << x << endl; }
#define DEBUG(x) { ndbout << "LQH::" << x << endl; }
...
...
ndb/src/kernel/blocks/dbtc/DbtcInit.cpp
View file @
7f6f5fdc
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include <ndb_limits.h>
#include <ndb_limits.h>
#include <Properties.hpp>
#include <Properties.hpp>
#include <Configuration.hpp>
#include <Configuration.hpp>
#include <new>
#define DEBUG(x) { ndbout << "TC::" << x << endl; }
#define DEBUG(x) { ndbout << "TC::" << x << endl; }
...
...
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
View file @
7f6f5fdc
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
#include <signaldata/TupKey.hpp>
#include <signaldata/TupKey.hpp>
#include <signaldata/DropTab.hpp>
#include <signaldata/DropTab.hpp>
#include <new>
#define DEBUG(x) { ndbout << "TUP::" << x << endl; }
#define DEBUG(x) { ndbout << "TUP::" << x << endl; }
...
...
ndb/src/kernel/blocks/dbtux/Dbtux.hpp
View file @
7f6f5fdc
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#ifndef DBTUX_H
#ifndef DBTUX_H
#define DBTUX_H
#define DBTUX_H
#include <new>
#include <ndb_limits.h>
#include <ndb_limits.h>
#include <SimulatedBlock.hpp>
#include <SimulatedBlock.hpp>
#include <AttributeDescriptor.hpp>
#include <AttributeDescriptor.hpp>
...
...
ndb/src/kernel/blocks/grep/GrepInit.cpp
View file @
7f6f5fdc
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "Grep.hpp"
#include "Grep.hpp"
#include <new>
#include <Properties.hpp>
#include <Properties.hpp>
#include <Configuration.hpp>
#include <Configuration.hpp>
...
...
ndb/src/kernel/blocks/suma/SumaInit.cpp
View file @
7f6f5fdc
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include "Suma.hpp"
#include "Suma.hpp"
#include <new>
#include <Properties.hpp>
#include <Properties.hpp>
#include <Configuration.hpp>
#include <Configuration.hpp>
...
...
ndb/src/kernel/vm/Emulator.cpp
View file @
7f6f5fdc
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
#include <NdbOut.hpp>
#include <NdbOut.hpp>
#include <NdbMutex.h>
#include <NdbMutex.h>
#include <NdbSleep.h>
#include <NdbSleep.h>
#include <new>
extern
"C"
{
extern
"C"
{
extern
void
(
*
ndb_new_handler
)();
extern
void
(
*
ndb_new_handler
)();
...
...
ndb/src/kernel/vm/SimulatedBlock.hpp
View file @
7f6f5fdc
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include <ErrorReporter.hpp>
#include <ErrorReporter.hpp>
#include <ErrorHandlingMacros.hpp>
#include <ErrorHandlingMacros.hpp>
#include <new>
#include "DLList.hpp"
#include "DLList.hpp"
#include "ArrayPool.hpp"
#include "ArrayPool.hpp"
#include "DLHashTable.hpp"
#include "DLHashTable.hpp"
...
...
ndb/src/mgmapi/mgmapi_configuration.cpp
View file @
7f6f5fdc
#include <ndb_types.h>
#include <ndb_types.h>
#include <mgmapi.h>
#include <mgmapi.h>
#include "mgmapi_configuration.hpp"
#include "mgmapi_configuration.hpp"
#include <new>
ndb_mgm_configuration_iterator
::
ndb_mgm_configuration_iterator
ndb_mgm_configuration_iterator
::
ndb_mgm_configuration_iterator
(
const
ndb_mgm_configuration
&
conf
,
unsigned
type_of_section
)
(
const
ndb_mgm_configuration
&
conf
,
unsigned
type_of_section
)
...
...
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