Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL; | monty@hundin.mysql.fi | 2002-10-16 | 5 | -23/+80 |
| | |||||
* | Added optional services | miguel@hegel.br | 2002-10-15 | 1 | -0/+1 |
| | |||||
* | Fix error handling in last patch (BLOB's in temporary tables) if | monty@hundin.mysql.fi | 2002-10-15 | 1 | -0/+5 |
| | | | | create_tmp_table fails. | ||||
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2002-10-14 | 9 | -12/+115 |
|\ | |||||
| * | Fixed a bug in key optimizing handling where the expression | monty@hundin.mysql.fi | 2002-10-14 | 6 | -5/+79 |
| | | | | | | | | | | WHERE column_name = key_column_name was calculated as true for NULL values. | ||||
| * | Allocate HEAP blocks in smaller blocks to get better memory utilization and ↵ | monty@hundin.mysql.fi | 2002-10-13 | 4 | -7/+25 |
| | | | | | | | | | | | | more speed when used with safemalloc. Don't initalize memory areas when run with --skip-safemalloc. | ||||
| * | Fixed bug where we could reference a freed tmp_table->table_name variable ↵ | monty@hundin.mysql.fi | 2002-10-12 | 2 | -1/+12 |
| | | | | | | | | | | | | for some GROUP BY ... ORDER BY queries. | ||||
* | | - fixed formatting in MySQLEULA.txt | lenz@mysql.com | 2002-10-13 | 1 | -17/+17 |
| | | |||||
* | | - Tagged ChangeSet 1.1224 as "mysql-3.23.53" | lenz@mysql.com | 2002-10-13 | 6 | -107/+261 |
| | | | | | | | | | | | | | | - bumped up version number to 3.23.54 in configure.in - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified scripts/make_binary_distribution.sh and Build-tools/mysql-copyright* accordingly. | ||||
* | | os0thread.c: | heikki@hundin.mysql.fi | 2002-10-11 | 1 | -2/+2 |
| | | | | | | | | Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20 | ||||
* | | libraries should be always prepended to $LIBS, never appended | serg@serg.mysql.com | 2002-10-10 | 1 | -4/+4 |
| | | |||||
* | | - added missing changelog entry to manual.texi | lenz@mysql.com | 2002-10-09 | 1 | -1/+4 |
| | | |||||
* | | ha_innobase.cc: | heikki@hundin.mysql.fi | 2002-10-09 | 1 | -0/+8 |
| | | | | | | | | Fix bug: if skip-innodb was defined SHOW INNODB STATUS crashed | ||||
* | | - Fixed typo in 3.23.53 changelog entry in manual.texi | lenz@mysql.com | 2002-10-09 | 1 | -1/+1 |
|/ | |||||
* | Fix for build problem on AIX | monty@hundin.mysql.fi | 2002-10-09 | 1 | -0/+1 |
| | |||||
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2002-10-09 | 2 | -1/+13 |
|\ | |||||
| * | Fixed bug in LOCK TABLES on windows. | monty@hundin.mysql.fi | 2002-10-09 | 2 | -1/+13 |
| | | |||||
* | | Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-10-08 | 4 | -3/+8 |
|\ \ | |/ |/| | |||||
| * | Fixed missing table_list->name -> table_list->alias convert | monty@mashka.mysql.fi | 2002-10-08 | 4 | -3/+8 |
| | | |||||
* | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2002-10-08 | 2 | -1/+2 |
|\ \ | |||||
| * | | Remove wrong clear of mysql_port when using --skip-show-databases | monty@hundin.mysql.fi | 2002-10-08 | 2 | -1/+2 |
| | | | |||||
* | | | ha_innobase.cc: | heikki@hundin.mysql.fi | 2002-10-08 | 1 | -1/+1 |
|/ / | | | | | | | test | ||||
* | | Fixup. | arjen@fred.bitbike.com | 2002-10-08 | 1 | -1/+1 |
| | | |||||
* | | 3.23 Changelog cleanup (sync with 4.0/4.1) | arjen@fred.bitbike.com | 2002-10-08 | 1 | -1/+1 |
| | | |||||
* | | touchup to last fix | nick@mysql.com | 2002-10-07 | 1 | -32/+34 |
| | | |||||
* | | Merge mysql.com:/home/nick/mysql/repository/mysql-3.23 | nick@mysql.com | 2002-10-07 | 3 | -9/+10 |
|\ \ | | | | | | | | | | into mysql.com:/home/nick/mysql/mysql-3.23 | ||||
| * | | fixed race that caused sig11s on simultaneous FLUSH LOGS | nick@mysql.com | 2002-10-07 | 3 | -9/+10 |
| |/ | | | | | | | | | (possibly also fixes binlog filename corruption problems--hasn't been reproduced since) | ||||
* | | fix for a small typo in the last push | Sinisa@sinisa.nasamreza.org | 2002-10-07 | 1 | -1/+1 |
| | | |||||
* | | os0file.c: | heikki@hundin.mysql.fi | 2002-10-06 | 1 | -0/+2 |
| | | | | | | | | SHOW INNODB STATUS always showed average bytes read as 0 in Unix | ||||
* | | btr0cur.c: | heikki@hundin.mysql.fi | 2002-10-05 | 3 | -4/+20 |
| | | | | | | | | | | | | Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation btr0cur.h, ha_innobase.cc: Use longlong in range estimation, in case there are > 4 billion rows | ||||
* | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-10-05 | 2 | -2/+4 |
|\ \ | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | | Small fix in mysqld_safe for some shells | Sinisa@sinisa.nasamreza.org | 2002-10-05 | 2 | -2/+4 |
| | | | |||||
* | | | lock0lock.c: | heikki@hundin.mysql.fi | 2002-10-03 | 1 | -0/+20 |
| | | | | | | | | | | | | Fix bug: if SHOW INNODB STATUS or innodb_monitor printed several hundred transactions, the output was truncated and we forgot to release the kernel mutex | ||||
* | | | ha_innobase.cc: | heikki@hundin.mysql.fi | 2002-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Remove unintentionally pushed assert | ||||
* | | | Merge heikki@work.mysql.com:/home/bk/mysql | heikki@hundin.mysql.fi | 2002-10-03 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | into hundin.mysql.fi:/home/heikki/mysql | ||||
| * \ \ | Merge lgrimmer@work.mysql.com:/home/bk/mysql | lenz@mysql.com | 2002-10-03 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-3.23 | ||||
| | * | | | - rearranged test order in Do-compile (BDB tends to fail more often than | lenz@mysql.com | 2002-10-03 | 1 | -4/+4 |
| | |/ / | | | | | | | | | | | | | InnoDB, so test it after InnoDB) | ||||
* | | | | ha_innobase.cc, ha_innobase.h: | heikki@hundin.mysql.fi | 2002-10-03 | 2 | -1/+45 |
|/ / / | | | | | | | | | | Backport from 4.0.4 the bug fix of the crash when a temporary table was created inside LOCK TABLES and used | ||||
* | | | os0thread.h: | heikki@hundin.mysql.fi | 2002-10-03 | 1 | -0/+9 |
|/ / | | | | | | | Fix the probable reason why InnoDB versions after July 2, 2002 did not start properly in some Win 95/98/ME computers | ||||
* | | - applied fix from 4.0 configure.in required to build shared libraries | lenz@mysql.com | 2002-10-02 | 1 | -11/+4 |
| | | | | | | | | with static glibc installed | ||||
* | | Merge mysql.com:/space/my/mysql-3.23 | lenz@mysql.com | 2002-10-02 | 2 | -3/+12 |
|\ \ | | | | | | | | | | into mysql.com:/space/my/mysql-3.23-spec | ||||
| * | | - Small fix for support-files/mysql.spec.sh | lenz@mysql.com | 2002-10-02 | 2 | -3/+12 |
| | | | | | | | | | | | | | | | - Updated scripts/make_binary_distribution.sh to include the correct ChangeLog and the LICENSE file for non-GPL builds | ||||
* | | | lock0lock.c: | heikki@hundin.mysql.fi | 2002-10-01 | 1 | -0/+13 |
| |/ |/| | | | | | Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait | ||||
* | | - merge 4.0 modifications to Build-tools/Do-compile | lenz@mysql.com | 2002-09-27 | 1 | -3/+6 |
| | | |||||
* | | Don't reset Delayed_insert_threads on FLUSH STATUS | monty@hundin.mysql.fi | 2002-09-27 | 2 | -1/+3 |
|/ | |||||
* | - backported gcc 3.0 linking fix from 4.0 | lenz@mysql.com | 2002-09-24 | 4 | -28/+54 |
| | | | | - some cosmetical fixups (typos, comments) | ||||
* | configure.in: | serg@build.mysql2.com | 2002-09-23 | 2 | -4/+5 |
| | | | | static nss linkingg issue | ||||
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2002-09-23 | 1 | -6/+6 |
|\ | |||||
| * | followup: s/st_table_list->name/st_table_list->alias/ | serg@serg.mysql.com | 2002-09-23 | 1 | -6/+6 |
| | | |||||
* | | - added missing line from the 4.0 configure.in patch | lenz@mysql.com | 2002-09-23 | 1 | -1/+1 |
|/ |