|
bk commit into 4.1 tree (1.1522): msg#00372db.mysql.devel
Below is the list of changes that have just been committed into a local 4.1 repository of Sinisa. When Sinisa does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet 1.1522 03/04/26 15:58:39 Sinisa@xxxxxxxxxxxxxxxxxxxx +1 -0 Post-merge fix. sql/sql_delete.cc 1.103 03/04/26 15:58:35 Sinisa@xxxxxxxxxxxxxxxxxxxx +2 -2 Post-merge fix. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: Sinisa # Host: sinisa.nasamreza.org # Root: /mnt/work/mysql-4.1 --- 1.102/sql/sql_delete.cc Sat Apr 26 15:26:24 2003 +++ 1.103/sql/sql_delete.cc Sat Apr 26 15:58:35 2003 @@ -124,14 +124,14 @@ bzero((char*) &tables,sizeof(tables)); tables.table = table; - table->io_cache = (IO_CACHE *) my_malloc(sizeof(IO_CACHE), + table->sort.io_cache = (IO_CACHE *) my_malloc(sizeof(IO_CACHE), MYF(MY_FAE | MY_ZEROFILL)); if (setup_ref_array(thd, &thd->lex.select_lex.ref_pointer_array, all_fields.elements)|| setup_order(thd, thd->lex.select_lex.ref_pointer_array, &tables, fields, all_fields, order) || !(sortorder=make_unireg_sortorder(order, &length)) || - (table->found_records = filesort(thd, table, sortorder, length, + (table->sort.found_records = filesort(thd, table, sortorder, length, (SQL_SELECT *) 0, HA_POS_ERROR, &examined_rows)) == HA_POS_ERROR) -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bk commit into 4.1 tree (1.1520): 00372, Sinisa |
|---|---|
| Next by Date: | bk commit into 4.0 tree (1.1449): 00372, Sinisa |
| Previous by Thread: | bk commit into 4.1 tree (1.1522)i: 00372, rlyon |
| Next by Thread: | bk commit - mysqldoc tree (1.400): 00372, sanja |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |