Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We never check the return value of mysql_frm_type for an error. Do | kostja@dipika.(none) | 2008-02-26 | 1 | -1/+1 |
* | An unused variable (compile-time warning). | kostja@dipika.(none) | 2008-02-22 | 1 | -1/+0 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime | anozdrin/alik@quad. | 2008-02-22 | 1 | -4/+44 |
|\ | |||||
| * | Fix for Bug#30217: Views: changes in metadata behaviour | anozdrin/alik@quad. | 2008-02-22 | 1 | -4/+44 |
* | | Post-merge fixes for bug 32890 | davi@buzz.(none) | 2008-02-21 | 1 | -2/+2 |
* | | Merge buzz.(none):/home/davi/mysql-5.0-runtime | davi@buzz.(none) | 2008-02-21 | 1 | -87/+126 |
|\ \ | |/ |/| | |||||
| * | Bug#32890 Crash after repeated create and drop of tables and views | davi@mysql.com/endora.local | 2008-02-21 | 1 | -87/+126 |
| * | Fix for Bug#34337: Server crash when Altering a view using | anozdrin/alik@quad. | 2008-02-21 | 1 | -3/+26 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime | davi@endora.local | 2008-02-20 | 1 | -6/+2 |
|\ \ | |||||
| * \ | Merge mysql.com:/Users/davi/mysql/bugs/34587-5.1 | davi@endora.local | 2008-02-20 | 1 | -6/+2 |
| |\ \ | |||||
| | * | | Bug#34587 Creating a view inside a stored procedure leads to a server crash | davi@mysql.com/endora.local | 2008-02-20 | 1 | -6/+2 |
* | | | | Fix for Bug#34337: Server crash when Altering a view using | anozdrin/alik@quad. | 2008-02-20 | 1 | -3/+26 |
|/ / / | |||||
* | | | Rename send_ok to my_ok. Similarly to my_error, it only records the status, | kostja@dipika.(none) | 2008-02-19 | 1 | -2/+2 |
|/ / | |||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1 | kostja@dipika.(none) | 2008-02-08 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge quad.:/mnt/raid/alik/MySQL/devel/5.1 | anozdrin/alik@quad. | 2008-02-01 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | A fix and a test case for Bug#34166 Server crash in SHOW OPEN TABLES and | kostja@dipika.(none) | 2008-01-30 | 1 | -3/+3 |
* | | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 | mkindahl@dl145h.mysql.com | 2008-01-31 | 1 | -11/+18 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix manual merge | hezx@hezx.(none) | 2007-12-13 | 1 | -2/+0 |
| * | | | Merge hezx.(none):/media/hda5/work/mysql/bkwork/bug#30998/mysql-5.0-rpl | hezx@hezx.(none) | 2007-12-12 | 1 | -0/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Bug#30998 Drop View breaks replication if view does not exist | hezx@hezx.(none) | 2007-12-03 | 1 | -13/+19 |
| * | | | Bug#30998 Drop View breaks replication if view does not exist | hezx@hezx.(none) | 2007-12-03 | 1 | -11/+18 |
| | |/ | |/| | |||||
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmerge | cmiller@zippy.cornsilk.net | 2007-12-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint | cmiller@zippy.cornsilk.net | 2007-12-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Doxygenized comments. | cmiller@zippy.cornsilk.net | 2007-10-16 | 1 | -1/+1 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-community | cmiller@zippy.cornsilk.net | 2007-11-09 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Use an inline getter method (thd->is_error()) to query if there is an error | kostja@bodhi.(none) | 2007-10-30 | 1 | -3/+3 |
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-recentcommmerge | cmiller@zippy.cornsilk.net | 2007-10-29 | 1 | -5/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 5.0-opt -> 5.1-opt | gkodinov/kgeorge@magare.gmz | 2007-10-01 | 1 | -4/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt | evgen@sunlight.local | 2007-09-27 | 1 | -4/+1 |
| | |\ \ | |||||
| | | * | | Bug#29908: A user can gain additional access through the ALTER VIEW. | evgen@sunlight.local | 2007-09-20 | 1 | -4/+1 |
| | * | | | Merge macbook.local:/Users/kgeorge/mysql/work/B28701-5.0-opt | gkodinov/kgeorge@macbook.local | 2007-09-22 | 1 | -0/+9 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Bug#30689 Wrong content in I_S.VIEWS.VIEW_DEFINITION if VIEW is based on I_S | gluh@mysql.com/eagle.(none) | 2007-09-28 | 1 | -1/+1 |
| * | | | | merging bug 28701 to 5.1-opt | gkodinov/kgeorge@macbook.local | 2007-09-24 | 1 | -5/+2 |
| * | | | | merge of bug 28701 5.0-opt -> 5.1-opt | gkodinov/kgeorge@macbook.local | 2007-09-24 | 1 | -0/+9 |
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| | | |||||
| | * | | Bug #28701: | gkodinov/kgeorge@macbook.gmz | 2007-06-06 | 1 | -0/+9 |
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-comeng-unification | cmiller@zippy.cornsilk.net | 2007-10-17 | 1 | -103/+190 |
|\ \ \ \ | |/ / / | |||||
| * | | | sql_view.cc: | gshchepa/uchum@gleb.loc | 2007-09-13 | 1 | -1/+2 |
| * | | | Merge gleb.loc:/home/uchum/work/bk/5.0-opt | gshchepa/uchum@gleb.loc | 2007-09-06 | 1 | -0/+13 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Bug#29408 Cannot find view in columns table if the selection contains a function | gluh@mysql.com/eagle.(none) | 2007-09-03 | 1 | -0/+14 |
| * | | | Merge gleb.loc:/home/uchum/work/bk/5.0-opt-30287 | gshchepa/uchum@gleb.loc | 2007-08-21 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #30287. | gshchepa/uchum@gleb.loc | 2007-08-21 | 1 | -0/+6 |
| * | | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime | kostja@bodhi.(none) | 2007-07-16 | 1 | -0/+13 |
| |\ \ \ | | |/ / | |||||
| | * | | A fix and a test case for Bug#26141 mixing table types in trigger | kostja@bodhi.(none) | 2007-07-12 | 1 | -0/+13 |
| | * | | Merge adventure.(none):/home/thek/Development/cpp/bug28846/my50-bug28846 | thek@adventure.(none) | 2007-06-22 | 1 | -10/+9 |
| | |\ \ | |||||
| * | | | | Patch for the following bugs: | anozdrin/alik@ibm. | 2007-06-28 | 1 | -20/+60 |
| * | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base | malff/marcsql@weblab.(none) | 2007-06-27 | 1 | -10/+9 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base | malff/marcsql@weblab.(none) | 2007-06-25 | 1 | -10/+9 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge adventure.(none):/home/thek/Development/cpp/bug28846/my51-bug28846 | thek@adventure.(none) | 2007-06-22 | 1 | -10/+9 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge adventure.(none):/home/thek/Development/cpp/bug28846/my50-bug28846 | thek@adventure.(none) | 2007-06-22 | 1 | -10/+9 |
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| | | |||||
| | | | | * | | | Bug#28846 Use of undocumented Prepared Statements crashes server | thek@adventure.(none) | 2007-06-22 | 1 | -10/+9 |