| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
5.1-related fixes
libmysqld/Makefile.am fixed to recompile and link ha_*.cc files that
keep dependance on THD structure.
Minor fixes to make tests working.
|
|\
| |
| |
| | |
into mysql.com:/home/hf/work/22634/my51-22634
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/hf/work/22634/my51-22634
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In fact the problem is inside the ARCHIVE engine.
It stores real datapath inside the ARM file, but doesn't implement
specific ha_archive::rename_table function.
As the ALTER TABLE statement first creates the table with the temporary
name and then renames it to the normal one, we get the temporary name
saved in ARM what leads to "can't open file" error.
Code modified to store only path in the ARM, without filename.
|
|\ \ \
| | | |
| | | |
| | | | |
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | | |
into mysql.com:/home/my/mysql-5.1
|
| | | | |
| | | | |
| | | | |
| | | | | |
Marked some functions as noreturn
|
| | | | |
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/my/mysql-5.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Removed not used variables
- Changed some ulong parameters/variables to ulonglong (possible serious bug)
- Added casts to get rid of safe assignment from longlong to long (and similar)
- Added casts to function parameters
- Fixed signed/unsigned compares
- Added some constructores to structures
- Removed some not portable constructs
Better fix for bug Bug #21428 "skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
(Added new parameter to net_clear() to define when we want the communication buffer to be emptied)
|
| | | | |
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/my/mysql-5.1
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Handle events "differently" so that dict doesnt get lock too often
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/51-work
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/51-work
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fixes to testprogram to test new impl. in 5.1
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/51-work
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fix merge error
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
5.1 version
remove 5.0 version
add general routing signal
send tckeyref routed if needed...
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/51-work
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix typo that yeilded rare crash in ACC
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Handle not started nodes correctly (for X restart)
i.e dont wait for NF_COMPLETEREP
but settle with NODEFAIL_REP
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fix so backup message is printed even in case of "ndb_mgm -e"
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resend if master dies during alloc node id
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
1) Make sure not to read uninitialized data in unique index code
harmless (atleast before dynattr)
2) Dont update p_latest_trans_gci
for dirty unique index lookup
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make sure LCP scan record is correct initialized
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into perch.ndb.mysql.com:/home/jonas/src/51-work
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndb
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | | |
into ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
dev3-47.dev.cn.tlan:/mnt/sda7/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj
into dev3-47.dev.cn.tlan:/mnt/sda7/justin.he/mysql/mysql-5.1/bug19203-5.1-new-ndb-bj
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
on cluster
|
| | |/ / / / / / |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug19352
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug21052
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug21858
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
chance.
|
| | |\ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | |
| | | | | | | | | |
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug14612
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
schema tables don't exist,
ndb_restore tool should create them.
|
| | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug22547
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
has upper limit.
added check in ndb_mgmd so that the sum of MaxNoOfTables, MaxNoOfOrderedIndexes, MaxNoOfUniqueHashIndexes and the number of System Tables must not overflow the max Uint32 number.
|
| | |/ / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
exact paramter name in error log.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
correct segment fault in setSize(),
and improve the error message with displaying the specific parameter's name if malloc fail
|
| | |/ / / / / / |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-new-ndb-bj
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
needs date & time stamp'.
added date & time stamp for the messages that will be printed to the mysqld message file.
|
|/ / / / / / / / |
|