summaryrefslogtreecommitdiff
path: root/mysql-test/r/connect.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-archpatg@govinda.patg.net2006-12-081-0/+3
|\ | | | | | | into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-arch-wl3031-merge
| * WL# 3031patg@govinda.patg.net2006-12-081-0/+3
| | | | | | | | | | | | | | | | Post-commit issues fixed * Test results for other tests fixed due to added error #s * Memory allocation/free issues found with running with valgrind * Fix to mysql-test-run shell script to run federated_server test (installs mysql.servers table properly)
* | Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to ↵mskold/marty@mysql.com/linux.site2006-12-011-3/+3
|/ | | | mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
* Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-211-0/+3
| | | | | | | | | Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
* WL1019: complete patch. Reapplied patch to the cleancps@outpost.site2006-01-191-0/+6
| | | | | tree to get rid of multiple typos in CS comments and unify the patch.
* WL #1034 (Internal CRON) pre-push updatesandrey@lmy004.2006-01-101-0/+3
| | | | | | | - fixed test results - fixed bug caught by information_schema.test . Bison temporal variables are very nice but extremely error-prone (Count one more time just to be sure).
* Merge mysql.com:/M50/bug14720 into mysql.com:/M51/merge-5.1joerg@mysql.com2005-11-071-10/+10
|\
| * mysql-test/r/connect.result + mysql-test/t/connect.testjoerg@mysql.com2005-11-071-10/+10
| | | | | | | | Replace the full socket path name, not just a directory component. bug#14720
* | WL#2575 - Fulltext: Parser plugin for FTSsvoj@poseidon.ndb.mysql.com2005-11-061-0/+3
|/ | | | | WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
* Use replace_result to mask portnumber printed from failing connect msvensson@neptunus.(none)2005-10-281-10/+10
|
* Always test ssl and compressmsvensson@neptunus.(none)2005-10-121-0/+20
| | | | - Updated after review
* Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-09-081-0/+6
|\ | | | | | | into c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.0
| * Modified test case for bug #12517SergeyV@selena.2005-09-081-12/+2
| |
| * Fixes bug #12517. Clear user variables and replication events before SergeyV@selena.2005-08-301-0/+16
| | | | | | | | closing temp tables in thread cleanup.
* | WL#925 - Privileges for stored routinesacurtis@pcgem.rdg.cyberkinetica.com2004-12-231-0/+3
| | | | | | | | | | | | Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
* | showing table type now is controled by new parameter 'FULL' of SHOW TABLES ↵bell@sanja.is.com.ua2004-10-101-54/+54
| | | | | | | | command (SHOW FULL TABLES) (as it was decided on last dev conf)
* | Merge with 4.1monty@mysql.com2004-09-061-0/+3
|\ \ | |/ | | | | | | (Includes merge of arena code in 4.1 and 5.0)
| * Portability fixesmonty@mysql.com2004-08-261-0/+1
| | | | | | | | Fixed bug in end space handle for WHERE text_column="constant"
| * apply in SET PASSWORD same checks as in GRANT, to let only valid hashes throughserg@serg.mylan2004-07-301-0/+2
| |
* | standard values for table type in SHOW TABLES (BUG#4603)bell@sanja.is.com.ua2004-07-191-54/+54
| |
* | VIEWbell@sanja.is.com.ua2004-07-161-54/+54
| | | | | | | | two TABLE_LIST copy eliminated
* | Merge with 4.1monty@mysql.com2004-07-121-2/+2
|\ \ | |/
| * Bug#4338: mysql-test-run fails if compiled with non-latin1 character setbar@mysql.com2004-07-081-2/+2
| |
* | Merge with 4.1.3-betamonty@mysql.com2004-07-071-0/+15
|\ \ | |/
| * WL#1264 "Per-thread time zone support infrastructure".dlenev@brandersnatch.localdomain2004-06-181-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added basic per-thread time zone functionality (based on public domain elsie-code). Now user can select current time zone (from the list of time zones described in system tables). All NOW-like functions honor this time zone, values of TIMESTAMP type are interpreted as values in this time zone, so now our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH LOCAL TIME ZONE (or proper PostgresSQL type). WL#1266 "CONVERT_TZ() - basic time with time zone conversion function". Fixed problems described in Bug #2336 (Different number of warnings when inserting bad datetime as string or as number). This required reworking of datetime realted warning hadling (they now generated at Field object level not in conversion functions). Optimization: Now Field class descendants use table->in_use member instead of current_thd macro.
* | Merging 4.1 -> 5.0pem@mysql.com2003-09-241-0/+3
|\ \ | |/ |/|
| * Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-081-0/+3
| |\
| | * Merging 4.1 into 5.0pem@mysql.com2003-02-181-0/+3
| | |\
| | | * Make the CLI client (client/mysql.cc) work with multi-line SPs.gluh@gluh.mysql.r18.ru2003-01-171-0/+3
| | | | | | | | | | | | | | | | Make the mysqltest program (client/mysqltest.c) work with multi-line SPs.
* | | | Preliminary support for options --secure-auth, kostja@oak.local2003-07-081-0/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | --old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
* | | cleaned user used in tests 'connect' and 'rpl_temporary'guilhem@mysql.com2003-06-131-0/+2
| | |
* | | new version of helpvva@eagle.mysql.r18.ru2003-05-291-0/+3
|/ /
* | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-0/+9
|/ | | | | | | | | Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
* Fix minor bug and add test of connection with new/old/without passwords peter@mysql.com2002-12-051-0/+34