summaryrefslogtreecommitdiff
path: root/storage
Commit message (Collapse)AuthorAgeFilesLines
* WL#3630 (add embedded server to pushbuild)holyfoot/hf@mysql.com/hfmain.(none)2006-12-281-2/+4
| | | | | | | 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.
* Merge bk@192.168.21.1:mysql-5.1-optholyfoot/hf@deer.(none)2006-12-051-3/+7
|\ | | | | | | into mysql.com:/home/hf/work/22634/my51-22634
| * Merge bk@192.168.21.1:mysql-5.1-optholyfoot/hf@deer.(none)2006-12-041-3/+7
| |\ | | | | | | | | | into mysql.com:/home/hf/work/22634/my51-22634
| | * bug #22634 (partitioned tables with DATA DIRECTORY option corrupts table)holyfoot/hf@mysql.com/deer.(none)2006-11-161-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1mskold/marty@linux.site2006-12-0118-26/+27
|\ \ \ | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
| * \ \ Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1mskold/marty@linux.site2006-12-011-32/+50
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1
| * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2006-11-3018-26/+27
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | into mysql.com:/home/my/mysql-5.1
| | * | | After merge fixesmonty@mysql.com/narttu.mysql.fi2006-11-305-4/+4
| | | | | | | | | | | | | | | | | | | | Marked some functions as noreturn
| | * | | Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2006-11-308-17/+17
| | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-5.1
| | * | | Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-306-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| | * | | Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2006-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-5.1
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbmskold/marty@linux.site2006-12-011-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
| * | | | | Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to ↵mskold/marty@mysql.com/linux.site2006-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
* | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-12-013-5/+99
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | | | | | ndb - bug#24655jonas@perch.ndb.mysql.com2006-12-013-5/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle events "differently" so that dict doesnt get lock too often
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-12-011-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
* | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-12-0136-122/+540
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-12-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
| * | | | | | ndb - bug#24717jonas@perch.ndb.mysql.com2006-12-013-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes to testprogram to test new impl. in 5.1
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-12-015-6/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
| * | | | | | ndb -jonas@perch.ndb.mysql.com2006-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix merge error
| * | | | | | ndb - bug#24717jonas@perch.ndb.mysql.com2006-12-017-49/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5.1 version remove 5.0 version add general routing signal send tckeyref routed if needed...
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-12-0116-38/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
| * | | | | | ndb - bug#24476jonas@perch.ndb.mysql.com2006-12-011-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo that yeilded rare crash in ACC
| * | | | | | ndb - bug#24105jonas@perch.ndb.mysql.com2006-11-291-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle not started nodes correctly (for X restart) i.e dont wait for NF_COMPLETEREP but settle with NODEFAIL_REP
| * | | | | | ndb - bug#24544jonas@perch.ndb.mysql.com2006-11-284-61/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix so backup message is printed even in case of "ndb_mgm -e"
| * | | | | | ndb - bug#24543jonas@perch.ndb.mysql.com2006-11-235-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Resend if master dies during alloc node id
| * | | | | | ndb - no bugs numberjonas@perch.ndb.mysql.com2006-11-212-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | ndb - bug#24331jonas@perch.ndb.mysql.com2006-11-212-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure LCP scan record is correct initialized
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-11-214-4/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
* | | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbpekka@orca.ndb.mysql.com2006-12-0122-52/+2340
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndb
| * | | | | | | For merging mysql-5.1-new-ndb-bj tree into mysql-5.1-new-ndb treegni/root@ts3-168.ts.cn.tlan2006-12-011-36/+0
| | | | | | | |
| * | | | | | | Merge ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bjgni/root@ts3-168.ts.cn.tlan2006-12-0122-52/+2376
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | into ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb
| | * | | | | | Merge ↵Justin.He/justin.he@dev3-47.dev.cn.tlan2006-11-141-2/+14
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | | | BUG#19808, Online config. Wrong error message if DataMemory less than a data ↵Justin.He/justin.he@dev3-47.dev.cn.tlan2006-11-141-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on cluster
| | * | | | | | | Bug#19203, Different error reports for similar cases - unable allocate memoryJustin.He/justin.he@dev3-47.dev.cn.tlan2006-11-135-8/+20
| | |/ / / / / /
| | * | | | | | Merge dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.0/bug19352lzhou/root@dev3-138.dev.cn.tlan2006-11-021-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug19352
| | * | | | | | Merge dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.0/bug21052lzhou/root@dev3-138.dev.cn.tlan2006-11-013-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug21052
| | * | | | | | Merge dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-new-ndb-bjgni/root@dev3-127.(none)2006-10-201-2/+14
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug21858
| | | * | | | | | BUG #21858 Make sure retry when EINTR returns, which decreases memory leak ↵gni/root@dev3-127.(none)2006-10-201-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chance.
| | * | | | | | | Merge dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-new-ndb-bjgni/root@dev3-127.(none)2006-10-204-0/+38
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug14612
| | | * | | | | | BUG #14612 If a restore is done on a slave cluster, yet the apply_status and ↵gni/root@dev3-127.(none)2006-10-184-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | schema tables don't exist, ndb_restore tool should create them.
| | * | | | | | | Merge dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-new-ndb-bjgni/root@dev3-127.(none)2006-10-201-1/+25
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug22547
| | | * | | | | | | ndb - bug#22548, Data nodes fail during starting if MaxNoOfUniqueHashIndexes ↵dli@dev3-76.dev.cn.tlan2006-10-201-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | | | | BUG #22547 LongMessageBuffer too large causes ndbd to exit and gives the ↵gni/root@dev3-127.(none)2006-10-191-1/+2
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | exact paramter name in error log.
| | * | | | | | | Bug#19454: Some values of MaxNoOfTriggers can stop a serverJustin.He/justin.he@qa3-104.qa.cn.tlan2006-10-182-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct segment fault in setSize(), and improve the error message with displaying the specific parameter's name if malloc fail
| | * | | | | | | add a new mgmapi ndb_mgm_get_db_parameter_info, which retrieve parameter's name Justin.He/justin.he@qa3-104.qa.cn.tlan2006-10-185-1/+2204
| | |/ / / / / /
| | * | | | | | Merge dli@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbdli@dev3-76.dev.cn.tlan2006-10-133-29/+32
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-new-ndb-bj
| | | * | | | | | fixed for BUG#21519, 'MySQLD Err msg "Management server closed connection" ↵dli@dev3-76.dev.cn.tlan2006-10-123-29/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needs date & time stamp'. added date & time stamp for the messages that will be printed to the mysqld message file.
* | | | | | | | | ndb - bug#21690: fix typo which changed blob parts distributionpekka@orca.ndb.mysql.com2006-12-012-7/+1
|/ / / / / / / /