summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;monty@hundin.mysql.fi2002-10-165-23/+80
|
* Added optional servicesmiguel@hegel.br2002-10-151-0/+1
|
* Fix error handling in last patch (BLOB's in temporary tables) ifmonty@hundin.mysql.fi2002-10-151-0/+5
| | | | create_tmp_table fails.
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-149-12/+115
|\
| * Fixed a bug in key optimizing handling where the expressionmonty@hundin.mysql.fi2002-10-146-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.fi2002-10-134-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.fi2002-10-122-1/+12
| | | | | | | | | | | | for some GROUP BY ... ORDER BY queries.
* | - fixed formatting in MySQLEULA.txtlenz@mysql.com2002-10-131-17/+17
| |
* | - Tagged ChangeSet 1.1224 as "mysql-3.23.53"lenz@mysql.com2002-10-136-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.fi2002-10-111-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 appendedserg@serg.mysql.com2002-10-101-4/+4
| |
* | - added missing changelog entry to manual.texilenz@mysql.com2002-10-091-1/+4
| |
* | ha_innobase.cc:heikki@hundin.mysql.fi2002-10-091-0/+8
| | | | | | | | Fix bug: if skip-innodb was defined SHOW INNODB STATUS crashed
* | - Fixed typo in 3.23.53 changelog entry in manual.texilenz@mysql.com2002-10-091-1/+1
|/
* Fix for build problem on AIXmonty@hundin.mysql.fi2002-10-091-0/+1
|
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-092-1/+13
|\
| * Fixed bug in LOCK TABLES on windows.monty@hundin.mysql.fi2002-10-092-1/+13
| |
* | Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-10-084-3/+8
|\ \ | |/ |/|
| * Fixed missing table_list->name -> table_list->alias convertmonty@mashka.mysql.fi2002-10-084-3/+8
| |
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-082-1/+2
|\ \
| * | Remove wrong clear of mysql_port when using --skip-show-databasesmonty@hundin.mysql.fi2002-10-082-1/+2
| | |
* | | ha_innobase.cc:heikki@hundin.mysql.fi2002-10-081-1/+1
|/ / | | | | | | test
* | Fixup.arjen@fred.bitbike.com2002-10-081-1/+1
| |
* | 3.23 Changelog cleanup (sync with 4.0/4.1)arjen@fred.bitbike.com2002-10-081-1/+1
| |
* | touchup to last fixnick@mysql.com2002-10-071-32/+34
| |
* | Merge mysql.com:/home/nick/mysql/repository/mysql-3.23nick@mysql.com2002-10-073-9/+10
|\ \ | | | | | | | | | into mysql.com:/home/nick/mysql/mysql-3.23
| * | fixed race that caused sig11s on simultaneous FLUSH LOGSnick@mysql.com2002-10-073-9/+10
| |/ | | | | | | | | (possibly also fixes binlog filename corruption problems--hasn't been reproduced since)
* | fix for a small typo in the last pushSinisa@sinisa.nasamreza.org2002-10-071-1/+1
| |
* | os0file.c:heikki@hundin.mysql.fi2002-10-061-0/+2
| | | | | | | | SHOW INNODB STATUS always showed average bytes read as 0 in Unix
* | btr0cur.c:heikki@hundin.mysql.fi2002-10-053-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/mysqlSinisa@sinisa.nasamreza.org2002-10-052-2/+4
|\ \ | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| * | Small fix in mysqld_safe for some shellsSinisa@sinisa.nasamreza.org2002-10-052-2/+4
| | |
* | | lock0lock.c:heikki@hundin.mysql.fi2002-10-031-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.fi2002-10-031-1/+1
| | | | | | | | | | | | Remove unintentionally pushed assert
* | | Merge heikki@work.mysql.com:/home/bk/mysqlheikki@hundin.mysql.fi2002-10-031-4/+4
|\ \ \ | | | | | | | | | | | | into hundin.mysql.fi:/home/heikki/mysql
| * \ \ Merge lgrimmer@work.mysql.com:/home/bk/mysqllenz@mysql.com2002-10-031-4/+4
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-3.23
| | * | | - rearranged test order in Do-compile (BDB tends to fail more often thanlenz@mysql.com2002-10-031-4/+4
| | |/ / | | | | | | | | | | | | InnoDB, so test it after InnoDB)
* | | | ha_innobase.cc, ha_innobase.h:heikki@hundin.mysql.fi2002-10-032-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.fi2002-10-031-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 librarieslenz@mysql.com2002-10-021-11/+4
| | | | | | | | with static glibc installed
* | Merge mysql.com:/space/my/mysql-3.23lenz@mysql.com2002-10-022-3/+12
|\ \ | | | | | | | | | into mysql.com:/space/my/mysql-3.23-spec
| * | - Small fix for support-files/mysql.spec.shlenz@mysql.com2002-10-022-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.fi2002-10-011-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-compilelenz@mysql.com2002-09-271-3/+6
| |
* | Don't reset Delayed_insert_threads on FLUSH STATUSmonty@hundin.mysql.fi2002-09-272-1/+3
|/
* - backported gcc 3.0 linking fix from 4.0lenz@mysql.com2002-09-244-28/+54
| | | | - some cosmetical fixups (typos, comments)
* configure.in:serg@build.mysql2.com2002-09-232-4/+5
| | | | static nss linkingg issue
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-09-231-6/+6
|\
| * followup: s/st_table_list->name/st_table_list->alias/serg@serg.mysql.com2002-09-231-6/+6
| |
* | - added missing line from the 4.0 configure.in patchlenz@mysql.com2002-09-231-1/+1
|/