summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* mergedunknown2002-10-254-5/+103
|\
| * Fixed problem with BDB tables and ALTER TABLEunknown2002-10-242-3/+12
| * - fixed typo in mysqld.cc: "agaist" -> "against"unknown2002-10-171-1/+1
| * Added optional NT service and fix the TZ variable bugunknown2002-10-163-34/+191
* | Merge mysql.com:/home/nick/mysql/repository/mysql-4.0unknown2002-10-228-15/+139
|\ \
| * | Added Rand_log_eventunknown2002-10-227-5/+123
| * | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()unknown2002-10-172-10/+16
* | | Merge work:/home/bk/mysql-4.0unknown2002-10-181-11/+12
|\ \ \
| * | | some DBUG_ENTER/RETURN macro addedunknown2002-10-181-11/+12
| |/ /
* | | Small code improvement in multi-table updatesunknown2002-10-171-9/+9
|/ /
* | Fixes after last merge.unknown2002-10-162-44/+4
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-10-1611-55/+202
|\ \
| * \ Merge with 3.23.54unknown2002-10-1611-46/+170
| |\ \ | | |/
| | * Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;unknown2002-10-164-23/+78
| | * Fix error handling in last patch (BLOB's in temporary tables) ifunknown2002-10-151-0/+5
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-10-142-5/+27
| | |\
| | | * Fixed a bug in key optimizing handling where the expressionunknown2002-10-142-4/+21
| | | * Fixed bug where we could reference a freed tmp_table->table_name variable for...unknown2002-10-121-1/+6
| | * | ha_innobase.cc:unknown2002-10-091-0/+8
| | |/
| | * Fixed bug in LOCK TABLES on windows.unknown2002-10-091-0/+2
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-10-081-1/+0
| | |\
| | | * Remove wrong clear of mysql_port when using --skip-show-databasesunknown2002-10-081-1/+0
| | * | ha_innobase.cc:unknown2002-10-081-1/+1
| | |/
| | * touchup to last fixunknown2002-10-071-32/+34
| | * Merge mysql.com:/home/nick/mysql/repository/mysql-3.23unknown2002-10-072-9/+9
| | |\
| | | * fixed race that caused sig11s on simultaneous FLUSH LOGSunknown2002-10-072-9/+9
| | * | btr0cur.c:unknown2002-10-051-1/+1
| | * | ha_innobase.cc:unknown2002-10-031-1/+1
| | * | ha_innobase.cc, ha_innobase.h:unknown2002-10-032-1/+45
| | |/
| * | Fixed bug in ORDER BY ... LIMITunknown2002-10-151-9/+32
* | | Fixed some bugs in mysql, mysqladmin and mysqld.unknown2002-10-151-4/+3
* | | SCRUM Task 430: Allowing braces in joins by simply removing them.unknown2002-10-151-10/+17
* | | Merge pmartin@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-152-2/+2
|\ \ \ | |/ /
| * | Two bug fixesunknown2002-10-122-2/+2
* | | Task 430: Allowing braces in joins by simply removing them.unknown2002-10-121-1/+4
|/ /
* | Merge mysql.com:/my/mysql-4.0unknown2002-10-081-5/+17
|\ \
| * | fixed query cache with system databaseunknown2002-10-081-5/+17
* | | Merge mysql.com:/my/mysql-4.0unknown2002-10-031-3/+3
|\ \ \ | |/ /
| * | Fix for building shared libraries with a patched glibcunknown2002-10-021-3/+3
* | | - Applied required modifications for automake 1.5unknown2002-10-011-10/+0
|/ /
* | Revert change to use ha_rows for number of rows as other code depend of thisunknown2002-09-302-7/+24
* | Merge hundin.mysql.fi:/my/mysql-3.23unknown2002-09-271-1/+1
|\ \ | |/
| * Don't reset Delayed_insert_threads on FLUSH STATUSunknown2002-09-271-1/+1
| * - backported gcc 3.0 linking fix from 4.0unknown2002-09-241-0/+2
| * followup: s/st_table_list->name/st_table_list->alias/unknown2002-09-231-6/+6
* | Fix some ORDER BY ... DESC problems with InnoDBunknown2002-09-274-6/+7
* | ha_innodb.h:unknown2002-09-261-5/+1
* | COUNT(*) for merge can be longlong even if it's long for MyISAMunknown2002-09-262-4/+4
* | ha_innodb.cc:unknown2002-09-261-1/+9
* | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.unknown2002-09-261-1/+1