- 29 Dec, 2005 1 commit
-
-
svoj@april.(none) authored
Fixed that --plugin_dir option doesn't work. Fixed that parser name is not restored correctly from the table.
-
- 28 Dec, 2005 3 commits
-
-
svoj@mysql.com authored
Manual merge.
-
stewart@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/new
-
- 27 Dec, 2005 8 commits
-
-
acurtis@xiphis.org authored
into xiphis.org:/home/antony/work2/p4-bug15976
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my50
-
pekka@mysql.com authored
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my51
-
pekka@mysql.com authored
-
stewart@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
-
bell@sanja.is.com.ua authored
-
- 26 Dec, 2005 15 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.1-bug5390
-
sergefp@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.1-bug5390
-
ramil@mysql.com authored
-
psergey@pylon.mylan authored
into pylon.mylan:/home/psergey/mysql-5.1-26dec-merge
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-26dec-merge
-
sergefp@mysql.com authored
into pylon.mylan:/home/psergey/mysql-5.1-26dec-merge
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.1-bug5390
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
bar@mysql.com authored
added item_xmlfunc.cc
-
bar@mysql.com authored
Delete: libmysqld/item_xmlfunc.cc
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
adjust SEL_TREE::keys_map appropriately.
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
- Added more comments. - Added a RANGE_OPT_PARAM::remove_jump_scans flag that disables construction of index_merge SEL_TREEs that represent unusable conditions like "key1part1<c1 OR key2part2<c2" - make prune_partitions() function handle the case where range analysis produces a list of index_merge trees (it turned out that this is possible, appropriate test case added). - Other small fixes.
-
- 25 Dec, 2005 4 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
-
acurtis@xiphis.org authored
leaks caused by Archive storage engine not closing files and storage engines not receiving panic() during shutdown
-
brian@zim.(none) authored
--engine="myisam,archive" --number-of-rows has been removed for the time being and replaced with option to allow you to just repeat multiple time all of the inserts you specifed with data. When number-of-rows-returns it will be instead used for averaging rows while growing concurrency. Returned stats now has accurent row and query counts since it includes a multiple for the rows and queries added. Parser is now a touch smarter and understands end of file issues if you have a delimiter at the end of the file.
-
- 24 Dec, 2005 6 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/cluster-5.1
-
brian@zim.(none) authored
1) Parsing now works 2) Options are safer, aka it doesn't kill the machine and it cleans up after itself 3) Option of --only-print added so that you can see what it does. 4) Tiny cleanup of the auto generate sql. A lot more needs to be done with this, for it to be very valuable. I suspect it doesn't work all that well. 5) Delimeter is now a single character. No good escaping going on. 6) You can now change which schema it is runninng against. Now I think I can go make use of it! Though I need to add support for a "only run this many inserts, divide by the number of clients connecting, to really test scaling"
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.1-merges
-
serg@serg.mylan authored
remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
brian@zim.(none) authored
-
- 23 Dec, 2005 3 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/archive-5.1
-
brian@zim.(none) authored
Fix for Antony's push. I've also changed from using the zlib off_t pointer type to my_off_t to fix issues around buggy zlib versions and to make sure file sizes are consistent through out mysql.
-
serg@serg.mylan authored
test for LONGLONG_MIN in decimal.c
-