Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: | bar@mysql.com | 2005-01-25 | 1 | -2/+2 |
| | | | | after merge fix | ||||
* | Merge | jimw@mysql.com | 2005-01-24 | 2 | -2/+2 |
|\ | |||||
| * | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-01-24 | 1 | -0/+6 |
| |\ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | - renamed client_test -> mysql_client_test | lenz@mysql.com | 2005-01-20 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | - renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server) | ||||
* | | | merged | serg@serg.mylan | 2005-01-24 | 1 | -0/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | fixes/cleanups according to Coverity report | serg@serg.mylan | 2005-01-24 | 1 | -0/+6 |
| |/ | |||||
* | | Fixes of client_test on Solaris 64 bit | konstantin@mysql.com | 2005-01-19 | 1 | -3/+4 |
| | | |||||
* | | manual merge | konstantin@mysql.com | 2005-01-12 | 1 | -0/+25 |
|\ \ | |/ | |||||
| * | A test case for Bug#6761 "mysql_list_fields doesn't work" | konstantin@mysql.com | 2005-01-12 | 1 | -0/+24 |
| | | |||||
* | | Streamlined code for trim, ltrim and rtrim | monty@mysql.com | 2005-01-02 | 1 | -21/+29 |
| | | | | | | | | Portability fixes | ||||
* | | After merge fixes | monty@mysql.com | 2004-12-31 | 1 | -7/+15 |
| | | |||||
* | | Merge with 4.1 | monty@mishka.local | 2004-12-22 | 1 | -17/+131 |
|\ \ | |/ | |||||
| * | Fix to perform correctly with charsets in embedded server | hf@deer.(none) | 2004-12-21 | 1 | -2/+0 |
| | | |||||
| * | Making 4.1 tree compile with -ansi -pedantic | konstantin@mysql.com | 2004-12-16 | 1 | -3/+3 |
| | | |||||
| * | A fix of return value of mysql_stmt_bind_result() and cleanup. | konstantin@mysql.com | 2004-12-15 | 1 | -4/+1 |
| | | |||||
| * | bug#6275 "client_test" fail in 4.1.7 make test | bar@mysql.com | 2004-12-14 | 1 | -11/+18 |
| | | | | | | | | bug#6911 resultset metadata always return client character set | ||||
| * | Test for BUG#7242: Testing prepare + several times execute | sergefp@mysql.com | 2004-12-14 | 1 | -0/+51 |
| | | | | | | | | (here in client_test.c because we need to check if several PS execution works and the bug shows up with binary protocol only ) | ||||
| * | Fix for a bug #6996 | Sinisa@sinisa.nasamreza.org | 2004-12-07 | 1 | -0/+62 |
| | | |||||
* | | More work on truncations in libmysql: after-review fixes. | konstantin@mysql.com | 2004-12-18 | 1 | -1/+1 |
| | | |||||
* | | Truncations patch: a post-review fix. | konstantin@mysql.com | 2004-12-18 | 1 | -0/+51 |
| | | |||||
* | | Fixing compile-time failures in recently pushed code (aCC, Sun Studio) | konstantin@mysql.com | 2004-12-17 | 1 | -3/+3 |
| | | | | | | | | (Bug#7381) | ||||
* | | Changed C++-ism into C in client_test.c. | pem@mysql.comhem.se | 2004-12-16 | 1 | -1/+2 |
| | | |||||
* | | Data truncation reporting implementation (libmysql) + post review | konstantin@mysql.com | 2004-12-16 | 1 | -55/+311 |
| | | | | | | | | | | | | fixes. Still to do: - deploy my_strtoll10 in limbysql.c - add mysql_options option to switch MYSQL_DATA_TRUNCATED on and off. | ||||
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 | guilhem@mysql.com | 2004-12-09 | 9 | -0/+15 |
|\ \ | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-5.0-clean | ||||
| * | | Changing the default of libmysqlclient : it's now NO reconnection. | guilhem@mysql.com | 2004-12-09 | 9 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8). All Connector devs have been warned about the change I'm doing here - which was agreed with Monty, and fixes BUG#2555. | ||||
* | | | Update results for new varchar handling | monty@mysql.com | 2004-12-07 | 1 | -7/+25 |
| | | | | | | | | | | | | | | | Fixed compiler warnings String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length | ||||
* | | | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short | ||||
* | | | Merge with 4.1 | monty@mysql.com | 2004-12-06 | 2 | -2/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixes to make mysql-test-run --embedded-server working | hf@deer.(none) | 2004-12-02 | 1 | -0/+2 |
| | | | |||||
| * | | Fixes (bug #6932: 'revoke all privileges...' doesn't remove all proper ↵ | ram@gw.mysql.r18.ru | 2004-12-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | columns from columns_priv bug #6933: error in the tests/grant.pl test). | ||||
* | | | Fixed bug related to lower case table names on Power Mac | gluh@gluh.mysql.r18.ru | 2004-11-24 | 1 | -2/+3 |
| | | | | | | | | | | | | 'information_schema' test is splitted because of innodb | ||||
* | | | More test cases are added | gluh@gluh.mysql.r18.ru | 2004-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Fixed bug 'using of alias with information schema tables in views' removed compiler warnings | ||||
* | | | merged | serg@serg.mylan | 2004-11-20 | 1 | -3/+154 |
|\ \ \ | |/ / | |||||
| * | | Manual merge of fix for bug #6266 "Invalid DATETIME value is not handled | dlenev@mysql.com | 2004-11-19 | 1 | -0/+135 |
| |\ \ | | | | | | | | | | | | | properly" with main tree. | ||||
| | * | | Fix for bug #6266 "Invalid DATETIME value is not handled properly". | dlenev@brandersnatch.localdomain | 2004-11-15 | 1 | -0/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In server we assume that datetime values stored in MYSQL_TIME struct are normalized (and year is not greater than 9999), so we should perform range checks in all places then we convert something to MYSQL_TIME. | ||||
| * | | | Some comments regarding Bug#6275 ""client_test" fail in 4.1.7 make test" | konstantin@mysql.com | 2004-11-18 | 1 | -3/+19 |
| | | | | |||||
* | | | | changed field names, fields order according to WL description | gluh@gluh.mysql.r18.ru | 2004-11-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | fixed bug: "create view v7 as select * from information_schema.tables;" failed | ||||
* | | | | remove unused parts of code | gluh@gluh.mysql.r18.ru | 2004-11-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | fix for 'show create schema_table' fix for usage schema tables in subselect 'wrong schema table charset' fix | ||||
* | | | | WL#1629: SHOW with WHERE(partially) & | gluh@gluh.mysql.r18.ru | 2004-11-13 | 1 | -18/+22 |
| | | | | | | | | | | | | | | | | WL#173: Create Data Dictionary Tables for SHOW Commands | ||||
* | | | | Merge with 4.1 to get latest fix to client_test.c | monty@mysql.com | 2004-11-12 | 1 | -13/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Code cleanup and some optimizations. | jani@ua141d10.elisa.omakaista.fi | 2004-11-12 | 1 | -13/+11 |
| | | | | |||||
* | | | | Merge with 4.1 | monty@mysql.com | 2004-11-12 | 1 | -202/+233 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 | jani@ua141d10.elisa.omakaista.fi | 2004-11-12 | 1 | -188/+217 |
| |\ \ \ | | | | | | | | | | | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 | ||||
| | * | | | Added possibility to run only certain tests by giving the test name(s) | jani@ua141d10.elisa.omakaista.fi | 2004-11-12 | 1 | -188/+217 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as argument(s) after options. Added option -T to display all current test names. | ||||
| * | | | | Write fatal errors even if silent is used in client_test | monty@mysql.com | 2004-11-11 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | Fix compile failure of client_test: Move DBUG_ENTER to work in standard C. | konstantin@mysql.com | 2004-11-10 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Merge with 4.1 to get new thd->mem_root handling | monty@mysql.com | 2004-11-08 | 1 | -33/+181 |
|\ \ \ | |/ / | |||||
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-11-08 | 1 | -38/+48 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| | * | | Simpler arena swapping code | monty@mysql.com | 2004-11-08 | 1 | -38/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root. This gives us the following benefits: - Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases) - Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT) - We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root |