Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with alias as String | Michael Widenius | 2011-02-28 | 42 | -175/+252 |
|\ | |||||
| * | Change TABLE->alias to String for less memory reallocation | Michael Widenius | 2011-02-28 | 38 | -144/+198 |
| * | automatic merge | Michael Widenius | 2010-11-09 | 10 | -33/+56 |
| |\ | |||||
| | * | Make SQLString reallocation addaptive | Michael Widenius | 2010-11-08 | 10 | -33/+56 |
* | | | Increased precision for status variables Rows_sent and Rows_read from long to... | Michael Widenius | 2011-02-03 | 3 | -7/+11 |
* | | | Fix compilation errors (and some warnings) when compiling ndb | Michael Widenius | 2011-01-29 | 4 | -7/+6 |
* | | | Fix of LP bug#706884: fill_record should be used for only one table (no need ... | unknown | 2011-01-24 | 1 | -24/+8 |
* | | | lp:705210 - Compiling with BUILD/compile-pentium64-debug fails | Sergei Golubchik | 2011-01-20 | 2 | -5/+6 |
* | | | lp:700982 - Non-portable code in client plugin (fails on ARM). | Sergei Golubchik | 2011-01-20 | 1 | -2/+7 |
* | | | fix function prototype to follow the API | Sergei Golubchik | 2011-01-12 | 1 | -1/+4 |
* | | | Added suppression for failure on opensuse 64 bit. | Michael Widenius | 2011-01-14 | 1 | -0/+13 |
* | | | Merge with 5.1 | Michael Widenius | 2011-01-14 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Call always ha_index_init(), not index_init(), to ensure that active_index is... | Michael Widenius | 2011-01-14 | 1 | -4/+4 |
* | | | | MBug#702303: Spurious `use` statements in output from mysqlbinlog --rewrite-d... | unknown | 2011-01-13 | 4 | -7/+126 |
* | | | | Fixed assert as Aria in 5.2 has more flags than 5.1 | Michael Widenius | 2011-01-12 | 1 | -1/+1 |
* | | | | Merge with 5.1 | Michael Widenius | 2011-01-12 | 10 | -27/+124 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge with 5.1 | Michael Widenius | 2011-01-12 | 5 | -7/+37 |
| |\ \ \ | |||||
| | * | | | Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit... | Michael Widenius | 2011-01-12 | 5 | -7/+37 |
| * | | | | Merge BUG#675118 into maria-5.1 | Sergey Petrunya | 2011-01-12 | 3 | -1/+64 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | BUG#675118: Elimination of a table results in an invalid execution plan | Sergey Petrunya | 2011-01-11 | 3 | -1/+64 |
| * | | | | Fixed bug in Maria page cache that caused assert if block->request != 0 in fr... | Michael Widenius | 2011-01-12 | 1 | -10/+13 |
| * | | | | Allow one to decrease page-buffer-size down to 1M (from 128M) for maria_read_log | Michael Widenius | 2011-01-12 | 2 | -2/+3 |
| * | | | | Allow smaller size for page-buffer-size | Michael Widenius | 2011-01-11 | 1 | -7/+7 |
* | | | | | automatic merge with 5.1 | Michael Widenius | 2011-01-11 | 6 | -8/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed wrong test in maria_rsame() that caused ma_test_all to fail. | Michael Widenius | 2011-01-11 | 2 | -4/+9 |
| * | | | | Safety fix for Aria: | Michael Widenius | 2011-01-11 | 5 | -4/+19 |
* | | | | | Automatic merge with 5.1 | Michael Widenius | 2011-01-10 | 26 | -964/+1665 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | - Fixed that Aria works with HANDLER commands | Michael Widenius | 2011-01-10 | 26 | -964/+1664 |
* | | | | | merge with 5.1 | Michael Widenius | 2011-01-07 | 4 | -11/+26 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Don't do DBUG_ASSERT for checksum errors when using REPAIR | Michael Widenius | 2011-01-07 | 4 | -11/+26 |
* | | | | | Fixed typos | Michael Widenius | 2011-01-07 | 7 | -8/+8 |
* | | | | | Merge with base 5.2 | Michael Widenius | 2011-01-07 | 46 | -82/+437 |
|\ \ \ \ \ | |||||
| * | | | | | Aria fixes: | Michael Widenius | 2011-01-07 | 4 | -15/+36 |
| * | | | | | Merge with 5.1 | Michael Widenius | 2011-01-07 | 7 | -14/+97 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Bug fixing in Aria: | Michael Widenius | 2011-01-06 | 7 | -14/+97 |
| * | | | | | Merge with 5.1 | Michael Widenius | 2011-01-05 | 39 | -53/+304 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Fixed overwrite of directory information on the row page. | Michael Widenius | 2011-01-05 | 1 | -2/+4 |
| | * | | | | ALTER TABLE IGNORE didn't ignore duplicates for unique add index for InnoDB | Michael Widenius | 2011-01-05 | 3 | -0/+26 |
| | * | | | | Make copy from heap to MyISAM / Aria killable. | Michael Widenius | 2011-01-05 | 1 | -0/+6 |
| | * | | | | Fixed recovery problem in Aria where bitmap had wrong information after recov... | Michael Widenius | 2011-01-05 | 5 | -30/+104 |
| | * | | | | Updated README for MTR test suite | Michael Widenius | 2011-01-04 | 1 | -7/+12 |
| | * | | | | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier. | unknown | 2011-01-03 | 20 | -9/+60 |
| | |/ / / | |||||
| | * | | | Fixed LP bug #639935 (bug #58727). | Igor Babaev | 2010-12-24 | 5 | -3/+52 |
| | * | | | Increased version number to 5.1.54 | Michael Widenius | 2010-12-21 | 1 | -1/+1 |
| | * | | | Fixed bug in Aria that caused REPAIR to find old deleted rows. | Michael Widenius | 2010-12-21 | 4 | -2/+39 |
* | | | | | MBug#698132: Fix wrong buffer calculation in send_change_user_packet() | unknown | 2011-01-06 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | virtual columns: | Sergei Golubchik | 2010-12-31 | 38 | -103/+84 |
* | | | | lpbug#665028 SHOW STORAGE ENGINES shows incorrect Transaction support for Aria | Sergei Golubchik | 2010-12-27 | 4 | -8/+15 |
* | | | | bug#683112 Maria 5.2 incorrectly reports "(using password: NO)" even when pas... | Sergei Golubchik | 2010-12-20 | 3 | -7/+27 |
* | | | | MBug#691437: storage/sphinx/plug.in missing from source tarball. | unknown | 2010-12-17 | 1 | -1/+1 |