summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Collapse)AuthorAgeFilesLines
* Many files:igor@rurik.mysql.com2003-08-021-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 componentsmonty@mashka.mysql.fi2003-07-061-34/+184
| | | | Added framework to create/drop and manager buffers for multiple key caches
* Mergeigor@rurik.mysql.com2003-06-181-2/+2
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-06-141-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.fi2003-06-141-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.1igor@rurik.mysql.com2003-06-121-0/+4
|\ \ \ | |/ / |/| | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
| * | Many files:igor@rurik.mysql.com2003-06-121-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.com2003-06-111-1/+16
| |/ |/|
* | merge with public treemonty@narttu.mysql.fi2003-06-051-35/+101
|\ \
| * | After merge fixmonty@narttu.mysql.fi2003-06-041-1/+0
| | |
| * | Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-0/+2
| |\ \
| | * | Added testing of LOAD DATA ... STARTING BYmonty@narttu.mysql.fi2003-05-261-3/+2
| | | | | | | | | | | | | | | | Added read_only variable
| * | | Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-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 serverbar@bar.mysql.r18.ru2003-05-301-1/+1
| | | | | | | | | | | | | | | | character_set_results is now the same with character_set_client by default
* | | | SET character_set_results=NULL is now workingbar@bar.mysql.r18.ru2003-05-301-3/+9
| | | |
* | | | set_var.cc, set_var.h:bar@bar.mysql.r18.ru2003-05-301-0/+19
| | | | | | | | | | | | | | | | character_set_connection new variable
* | | | character_set_server is now updatablebar@bar.mysql.r18.ru2003-05-301-39/+68
|/ / / | | | | | | | | | | | | character_set_database was added Code optimization: reuse more code for all character sets variables
* | | ORDER BY optimizationmonty@narttu.mysql.fi2003-05-271-2/+2
| | | | | | | | | | | | Fixed new bug when reading field types
* | | mergemonty@mashka.mysql.fi2003-05-221-8/+47
|\ \ \
| * | | After merge fixesmonty@mashka.mysql.fi2003-05-211-2/+1
| | | | | | | | | | | | | | | | Added initialization of all important global variables
| * | | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-8/+48
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Added option --read-only (Thanks to Markus Benning)monty@narttu.mysql.fi2003-05-191-0/+4
| | |
| | * Fixed a bug in DROP DATABASE when database had a RAID type table.jani@hynda.(none)2003-05-131-1/+1
| | | | | | | | | | | | Bug ID 381.
| | * - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342jani@hynda.(none)2003-05-131-4/+28
| | | | | | | | | | | | - Fix for QNX: UNIX sockets available since 6.2.1
| | * Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-05-051-3/+6
| | |\ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | | * parallel-repair available in mysqldserg@serg.mylan2003-05-041-3/+6
| | | |
| | * | Added innodb_max_dirty_pages_pct parameter to limit amount peter@mysql.com2003-05-041-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.org2003-03-191-1/+1
| | |
* | | Some SHOW VARIABLES have been renamed:bar@bar.mysql.r18.ru2003-05-211-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.1bar@bar.mysql.r18.ru2003-05-211-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.ru2003-05-211-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.com2003-04-301-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.1guilhem@mysql.com2003-04-241-0/+6
|\ \ | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1
| * \ Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@hundin.mysql.fi2003-04-241-0/+6
| |\ \ | | | | | | | | | | | | into hundin.mysql.fi:/home/igor/dev/mysql-4.1
| | * | Many files:igor@hundin.mysql.fi2003-04-241-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 COMMITguilhem@mysql.com2003-04-241-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.ru2003-04-231-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.ru2003-04-231-41/+41
| | | | | | | | | | | | | | | | | | client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection
* | | I renamed system variable literal_collation into connection_collationbar@bar.mysql.r18.ru2003-04-221-13/+13
|/ /
* | Mergevva@eagle.mysql.r18.ru2003-04-101-0/+1
|\ \
| * | added compress/uncompress functionvva@eagle.mysql.r18.ru2003-04-091-0/+1
| | |
* | | Use of CHARSWT_INFO *result_collationbar@bar.mysql.r18.ru2003-04-081-17/+31
| | | | | | | | | | | | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests
* | | SET NAMES doesn't start recodingbar@bar.mysql.r18.ru2003-04-081-4/+6
| | | | | | | | | | | | SET CHARACTER SET does
* | | sys_var_collation is now abstract classbar@bar.mysql.r18.ru2003-04-071-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 NAMESmysql@home.(none)2003-04-051-12/+13
| | |
* | | sql_yacc.yy, set_var.h, set_var.cc:mysql@home.(none)2003-04-051-0/+28
| | | | | | | | | | | | Optimization of SET NAMES
* | | resolve new updates group_concatwax@kishkin.ru2003-04-021-0/+4
| | |
* | | Some optimization in CHARSET_INFO:bar@bar.mysql.r18.ru2003-04-011-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.1bell@sanja.is.com.ua2003-03-281-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 resultsbar@bar.mysql.r18.ru2003-03-211-1/+4
| | | | | | | | | | | | Some speed improvements