827 Commits (3b0c6e65e11c7aef84c7a23e65de4f0e925611a9)

Author SHA1 Message Date
unknown d475643da8 Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (at least in POSIX Threads books) 22 years ago
unknown 8790b1e65c VIEW 22 years ago
unknown 8efd5089c0 Fix for bug#4236 "Server crash on attempt to execute non-prepared 22 years ago
unknown 3220a94519 Robustness feature. 22 years ago
unknown 6aaccbcbf7 WL#1264 "Per-thread time zone support infrastructure". 22 years ago
unknown deb50a10dc Portability fixes (and a typo after last merge) 22 years ago
unknown 934bb37d39 Implementation of WL#1824 "Add replication of character set variables in 4.1", 22 years ago
unknown 80c662479b Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings 22 years ago
unknown 431d0e6101 Proposed fix for bug #3412 (embedded server: prepared statement returns 22 years ago
unknown 30bffb0213 Changed prototype of killed_ptr() to make it more portable 22 years ago
unknown 093d62922b Support for character set conversion in binary protocol: another go 22 years ago
unknown e7710af7f4 WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2) 22 years ago
unknown bed3bc480a Better names for two system variables: 22 years ago
unknown 16227c28e6 PS and SP made compatible in mechanism used for preparing query for rexecutions (Bug #2266) 22 years ago
unknown 9fb55cefac after review changes 22 years ago
unknown ea44ccb00f Fix for BUG33649: Post-review fixes 22 years ago
unknown 7bd91ac065 Many files: 22 years ago
unknown d3fcd8d4c0 Don't automaticly generate a new key for a foreign key constraint if there is already a usable key. 22 years ago
unknown d7938b9fef Merge of WL#1469 with latest bk sources. 22 years ago
unknown 1a4f499ca8 EXPLAIN UNION using same routing which used for execution which allow return correct bug messages (Bug #3639) 22 years ago
unknown f3d691a970 Correction of WL#1567: row_count() is -1 following non-insert/update/delete 22 years ago
unknown 7c4ceb739f WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/deleted 22 years ago
unknown c9e1538298 Introduce keys in child tables corresponding to FOREIGN KEYs 22 years ago
unknown 4c56ede41c Implementation of WL#1469 (Greedy algorithm to search for an optimal execution plan). 22 years ago
unknown b43af929f8 Added NDB storage engine 22 years ago
unknown 756223bbda WL#1622 "SQL Syntax for Prepared Statements": post-review fixes: 22 years ago
unknown ef8a5401f1 Many files: 22 years ago
unknown 3c01162f0e removed old way to prevent using stack tables for caching Items in PS 22 years ago
unknown d4074bbeb3 removed unused field 22 years ago
unknown 54a8eb623a fix for table/field caching mechanism 22 years ago
unknown 11bea84e43 To save 32KB memory per thread when --log-bin is not used, we do not 22 years ago
unknown 2e0d5eace5 Fix of compilation failure of latest 4.1 tree: new constants in mysqld.cc 22 years ago
unknown 1d3b16335a actions for bug 22 years ago
unknown 52236ae1e1 Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (replication is ok) 22 years ago
unknown d4f43e511c invalidation of locking for write tables (BUG#2693) 22 years ago
unknown 7b68eaafda Desperate attempt to push part of prepared statements cleanup which was 22 years ago
unknown ef42d559b1 - fixed another HP-UX compile error ("Member 'set_item_arena' not declared 22 years ago
unknown 9977ce0c71 after review changes 22 years ago
unknown 54d93c4153 ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its own TABLE structure 22 years ago
unknown f2adc11249 Another fix for #2208 22 years ago
unknown fab7113f83 PS fixed to be compatible with derived tables (BUG#2641) 22 years ago
unknown 4b37cf65f7 memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462) 22 years ago
unknown 425ae9185d Fixes for bugs #2508 and #2552 22 years ago
unknown b4fc7c7fbf Fix for #2208 (multi-query returns wrong result in embedded library) 22 years ago
unknown 35b1f54450 Added --compact to mysqlbinlog 22 years ago
unknown 541cb675c8 fixed subquery with PS (BUG#2462) 22 years ago
unknown 0db0b601ab Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects. Needed for proper fix for bug #2479. 22 years ago
unknown f120273dd2 Fixed parsing of column names and foreign key constraints in Innobase to handle quoted identifiers and identifiers with space. (Bug #1725) 22 years ago
unknown b89abbf8a1 more clear (grammar mistake) 22 years ago
unknown eead0c1b82 More comments to THD::lock and THD::locked_tables commented 22 years ago