summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-2535-463/+1096
| | | | | | Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152). Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-03-2035-296/+611
|\ | | | | | | into mysql.com:/home/my/mysql-4.1
| * Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1monty@mysql.com2004-03-205-40/+66
| |\
| | * btr0btr.c:heikki@hundin.mysql.fi2004-03-201-1/+1
| | | | | | | | | | | | Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
| | * btr0btr.c:heikki@hundin.mysql.fi2004-03-192-36/+49
| | | | | | | | | | | | | | | | | | Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key btr0cur.c: Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record
| | * Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-03-191-2/+11
| | |\ | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0
| | | * Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2004-03-191-2/+11
| | | |\ | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| | | | * - Do-pkg: PGK and DMG names now include the full arch name (e.g. lenz@mysql.com2004-03-191-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "-apple-darwin7.3.0-powerpc") - this is needed as we now will provide Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of how we name all other packages)
| | * | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-197-22/+14
| | |\ \ \ | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * \ \ \ Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-1919-164/+343
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * | | | | typo in mysql_install_db fixedserg@serg.mylan2004-03-191-1/+1
| | | | | | |
| | * | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-16185-4250/+2518
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-03-071-0/+4
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | | * | | | | | comment clarifiedserg@serg.mylan2004-03-051-0/+4
| | | | | | | | |
| * | | | | | | | Ensure that we use unix file format (no \r\n) for all new filesmonty@mysql.com2004-03-206-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Portability fixes
| * | | | | | | | merge with 4.0 to get portability fixesmonty@mysql.com2004-03-195-15/+8
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Portability fixesmonty@mysql.com2004-03-197-22/+14
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | Fixed some wrong column specifications in mysql_fix_privilege_tables
| * | | | | | | Added test to show bug in current union implementationmonty@mysql.com2004-03-1912-83/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After merge fixes Portability fixes
| * | | | | | | merge with 4.0 (to get compiler error fixes for innodb)monty@mysql.com2004-03-1917-157/+320
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Removed \rmonty@mysql.com2004-03-191-2/+2
| | | | | | | |
| | * | | | | | Portability fixesmonty@mysql.com2004-03-196-54/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-03-1913-119/+280
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| | | * | | | | WL #1510 "Implement support for "commercial" binaries on handshake",konstantin@mysql.com2004-03-175-6/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client library: - implemented 'check_license' function
| | | * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-03-175-111/+176
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2874/mysql-4.0
| | | | * | | | | fixed structure error from last merge for bug #2874vva@eagle.mysql.r18.ru2004-03-175-111/+176
| | | | | | | | |
| | | * | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-03-173-2/+37
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| | | | * | | | | Fix for BUG#2922 "Crash (signal11) after "load data from master""guilhem@mysql.com2004-03-173-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with a testcase. We needed to init_master_info before we flush_master_info in LOAD DATA FROM MASTER.
* | | | | | | | | Minor changes to fix Windows project filesgreg@mysql.com2004-03-193-109/+22
| | | | | | | | |
* | | | | | | | | DROP DATABASE now returns (affected_rows) number of tables droppedserg@serg.mylan2004-03-192-4/+1
| | | | | | | | |
* | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2004-03-1930-50/+488
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-wl1648
| * | | | | | | | | uca-dump.c:bar@bar.intranet.mysql.r18.ru2004-03-191-0/+258
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | new file
| * | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2004-03-192-4/+8
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
| | * | | | | | | | Fix for bug#1439 UDF Corruptiongluh@gluh.mysql.r18.ru2004-03-192-4/+8
| | | | | | | | | |
| * | | | | | | | | Bug #3087 CONCAT_WS makes the server die in case of illegal mix of collationsbar@bar.intranet.mysql.r18.ru2004-03-193-0/+6
| | | | | | | | | |
| * | | | | | | | | Bug #2821 Table default character set affects LONGBLOB fieldsbar@bar.intranet.mysql.r18.ru2004-03-193-2/+31
| | | | | | | | | |
| * | | | | | | | | min_sort_char was added, for the future UCA implementation.bar@bar.intranet.mysql.r18.ru2004-03-1917-29/+143
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | UCS2 now has its own my_like_range function.
| * | | | | | | | Merge mysql.com:/space/my/mysql-4.1lenz@mysql.com2004-03-181-1/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build
| | * | | | | | | | - reverted use of AC_CONFIG_SUBDIRS for BDB for now (it somehow didlenz@kallisto.local2004-03-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not work as expected) - need to investigate (after 4.1.2 is released)
| * | | | | | | | | Fix for BUG#3214 "mysqlbinlog --read-from-remote-server --position prints ↵guilhem@mysql.com2004-03-181-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong positions" I am fixing it here in 4.1, not in 4.0, as it goes with another change which I did in 4.1 (fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" prints all binlogs").
| * | | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-03-183-8/+35
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1
| | * | | | | | | | | Fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" ↵guilhem@mysql.com2004-03-183-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prints all binlogs": we now detect that the server is sending us a log which we did not request by testing the info in the fake Rotate event. I also changed code to not print the fake Rotate which describes the log we asked for (it's always the first received event but old masters may not send it).
* | | | | | | | | | | WL#1648 - Start/Stop Inserting Duplicates Into a Tableingo@mysql.com2004-03-183-1/+70
|/ / / / / / / / / /
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-03-183-69/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * | | | | | | | | | trx0undo.h, trx0undo.c, trx0trx.c:heikki@hundin.mysql.fi2004-03-183-69/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update an obsolete comment about trx commit: we can no longer call trx_undo_update_cleanup_by_discard(), and actually, the idea to call it was erroneous, it cannot work
* | | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-03-186-50/+42
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * | | | | | | | | | Removed compiler warningmonty@mysql.com2004-03-186-50/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
* | | | | | | | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1lenz@mysql.com2004-03-181-22/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1
| * | | | | | | | | | - Use AC_CONFIG_SUBDIRS to invoke the InnoDB and BDB configure scriptslenz@kallisto.local2004-03-181-22/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of calling them directly (WL#1521) - this also fixed a compile error with libtool-1.5.2 on FreeBSD (error: tag name "CXX" already exists)
* | | | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2004-03-181-1/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
| * | | | | | | | | | Fix for valgrind errors in str_to_TIME(using of uninitialize variable).gluh@gluh.mysql.r18.ru2004-03-181-1/+4
| | | | | | | | | | |