Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many files: | igor@rurik.mysql.com | 2003-08-02 | 1 | -49/+107 |
| | | | | | | | | Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure | ||||
* | Support for variables with components | monty@mashka.mysql.fi | 2003-07-06 | 1 | -34/+184 |
| | | | | Added framework to create/drop and manager buffers for multiple key caches | ||||
* | Merge | igor@rurik.mysql.com | 2003-06-18 | 1 | -2/+2 |
|\ | |||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-06-14 | 1 | -2/+2 |
| |\ | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.1 | ||||
| | * | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 ↵ | monty@narttu.mysql.fi | 2003-06-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | master/slave will now use the 4.1 protocol Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx | ||||
* | | | Merge rurik.mysql.com:/home/igor/mysql-4.1 | igor@rurik.mysql.com | 2003-06-12 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0 | ||||
| * | | Many files: | igor@rurik.mysql.com | 2003-06-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement. | ||||
* | | | We now require SUPER privilege for SET PSEUDO_THREAD_ID. | guilhem@mysql.com | 2003-06-11 | 1 | -1/+16 |
| |/ |/| | |||||
* | | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 1 | -35/+101 |
|\ \ | |||||
| * | | After merge fix | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+0 |
| | | | |||||
| * | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | Added testing of LOAD DATA ... STARTING BY | monty@narttu.mysql.fi | 2003-05-26 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Added read_only variable | ||||
| * | | | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -34/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86 | ||||
* | | | | mysqlshow and mysqldump now send their vharacter set to server | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | character_set_results is now the same with character_set_client by default | ||||
* | | | | SET character_set_results=NULL is now working | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -3/+9 |
| | | | | |||||
* | | | | set_var.cc, set_var.h: | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | character_set_connection new variable | ||||
* | | | | character_set_server is now updatable | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -39/+68 |
|/ / / | | | | | | | | | | | | | character_set_database was added Code optimization: reuse more code for all character sets variables | ||||
* | | | ORDER BY optimization | monty@narttu.mysql.fi | 2003-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixed new bug when reading field types | ||||
* | | | merge | monty@mashka.mysql.fi | 2003-05-22 | 1 | -8/+47 |
|\ \ \ | |||||
| * | | | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Added initialization of all important global variables | ||||
| * | | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -8/+48 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Added option --read-only (Thanks to Markus Benning) | monty@narttu.mysql.fi | 2003-05-19 | 1 | -0/+4 |
| | | | |||||
| | * | Fixed a bug in DROP DATABASE when database had a RAID type table. | jani@hynda.(none) | 2003-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Bug ID 381. | ||||
| | * | - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342 | jani@hynda.(none) | 2003-05-13 | 1 | -4/+28 |
| | | | | | | | | | | | | - Fix for QNX: UNIX sockets available since 6.2.1 | ||||
| | * | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-05-05 | 1 | -3/+6 |
| | |\ | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| | | * | parallel-repair available in mysqld | serg@serg.mylan | 2003-05-04 | 1 | -3/+6 |
| | | | | |||||
| | * | | Added innodb_max_dirty_pages_pct parameter to limit amount | peter@mysql.com | 2003-05-04 | 1 | -0/+9 |
| | |/ | | | | | | | | | | of dirty pages in the buffer pool (can be changed online) | ||||
| | * | A fix for the bug with setting of SQL_BIG_SELECTS option. | Sinisa@sinisa.nasamreza.org | 2003-03-19 | 1 | -1/+1 |
| | | | |||||
* | | | Some SHOW VARIABLES have been renamed: | bar@bar.mysql.r18.ru | 2003-05-21 | 1 | -32/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | collation_client -> character_set_client collation_results -> character_set_results character_set -> character_set_server SET NAMES now doesn't start client->server conversion SET CHARACTER SET now starts both client->server and server->client conversion | ||||
* | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2003-05-21 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1 | ||||
| * | | | "character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER ↵ | bar@bar.mysql.r18.ru | 2003-05-21 | 1 | -2/+6 |
| |/ / | | | | | | | | | | | | | | | | SET instead. "character_set_system" has been added to display the system character set | ||||
* | | | Support of warnings for all DML statements (Insert, Update and Alter) | venu@myvenu.com | 2003-04-30 | 1 | -1/+2 |
|/ / | | | | | | | | | Fix LOAD DATA INFILE warnings to have a better meanigful messages Fix to make the mysql command line to automatically show the warnings count for all basic commands | ||||
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 | guilhem@mysql.com | 2003-04-24 | 1 | -0/+6 |
|\ \ | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1 | ||||
| * \ | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 | igor@hundin.mysql.fi | 2003-04-24 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | into hundin.mysql.fi:/home/igor/dev/mysql-4.1 | ||||
| | * | | Many files: | igor@hundin.mysql.fi | 2003-04-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added the MAX_LENGTH_FOR_SORT_DATA option filesort.cc: Added the MAX_LENGTH_FOR_SORT_DATA option | ||||
* | | | | Replication: new code to not modify in-memory log positions until the COMMIT | guilhem@mysql.com | 2003-04-24 | 1 | -0/+10 |
|/ / / | | | | | | | | | | | | | | | | is executed, even if the transaction spans on >=2 relay logs (bug #53). New variable relay_log_purge =0|1 New test to verify bug #53 | ||||
* | | | set_var.cc: | bar@bar.mysql.r18.ru | 2003-04-23 | 1 | -6/+0 |
| | | | | | | | | | | | | We don't need this code any more. It was used to initialize CONVERT structure in 4.0. | ||||
* | | | Variable names have been renamed: | bar@bar.mysql.r18.ru | 2003-04-23 | 1 | -41/+41 |
| | | | | | | | | | | | | | | | | | | client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection | ||||
* | | | I renamed system variable literal_collation into connection_collation | bar@bar.mysql.r18.ru | 2003-04-22 | 1 | -13/+13 |
|/ / | |||||
* | | Merge | vva@eagle.mysql.r18.ru | 2003-04-10 | 1 | -0/+1 |
|\ \ | |||||
| * | | added compress/uncompress function | vva@eagle.mysql.r18.ru | 2003-04-09 | 1 | -0/+1 |
| | | | |||||
* | | | Use of CHARSWT_INFO *result_collation | bar@bar.mysql.r18.ru | 2003-04-08 | 1 | -17/+31 |
| | | | | | | | | | | | | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests | ||||
* | | | SET NAMES doesn't start recoding | bar@bar.mysql.r18.ru | 2003-04-08 | 1 | -4/+6 |
| | | | | | | | | | | | | SET CHARACTER SET does | ||||
* | | | sys_var_collation is now abstract class | bar@bar.mysql.r18.ru | 2003-04-07 | 1 | -40/+74 |
| | | | | | | | | | | | | | | | Two separate classes sys_var_client_collation and sys_var_literal_collation have been added for "literal_collation" and "client_collation" variables. | ||||
* | | | Some optimization in SET NAMES | mysql@home.(none) | 2003-04-05 | 1 | -12/+13 |
| | | | |||||
* | | | sql_yacc.yy, set_var.h, set_var.cc: | mysql@home.(none) | 2003-04-05 | 1 | -0/+28 |
| | | | | | | | | | | | | Optimization of SET NAMES | ||||
* | | | resolve new updates group_concat | wax@kishkin.ru | 2003-04-02 | 1 | -0/+4 |
| | | | |||||
* | | | Some optimization in CHARSET_INFO: | bar@bar.mysql.r18.ru | 2003-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | We don't need separate hash_sort() and hash_caseup() We don't need tosort(). strnxfrm will do the same. | ||||
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-03-28 | 1 | -57/+47 |
|\ \ \ | |/ / | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-qcvar-4.1 | ||||
| * | | New variable to turn off automatic charset conversion of query results | bar@bar.mysql.r18.ru | 2003-03-21 | 1 | -1/+4 |
| | | | | | | | | | | | | Some speed improvements |