- 01 Aug, 2006 3 commits
- 31 Jul, 2006 6 commits
-
-
unknown authored
into anubis.greendragongames.com:/home/greenman/workspace-mysql/mysql/mysql-5.0-maint
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint client/mysqltest.c: Auto merged
-
unknown authored
- Use strmake, that will both protect the buffer and make sure it's terminated by a zero - Add test case client/mysql.cc: Use strmake instead of strxnmov as that function will make sure the string is terminated by 0 mysql-test/r/mysql.result: Update test result mysql-test/t/mysql.test: Add test case
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
Move that perror test to ndb_basic so it's only run when there is support for --ndb mysql-test/r/ndb_basic.result: Move test of "perror --ndb" to this file mysql-test/r/perror.result: Move test of "perror --ndb" to ndb_basic mysql-test/t/ndb_basic.test: Move test of "perror --ndb" to this file mysql-test/t/perror.test: Move test of "perror --ndb" to ndb_basic
-
unknown authored
By default lowercase_table_names are 1 on windows, and that makes the initialization of lower_case_filesystem variable to be skipped. Add an else bracnh that does the initialization. sql/mysqld.cc: Intialize the "lowercase_filesystem" variable also when "lowercase_table_names" is 1
-
- 30 Jul, 2006 2 commits
- 29 Jul, 2006 1 commit
-
-
unknown authored
difference between timestamp in values of months and quarters.) Problem: when requesting timestamp diff in months or quarters, it would only examine the date (and not the time) for the comparison. Solution: increased precision of comparison. mysql-test/r/func_time.result: Additional test results mysql-test/t/func_time.test: Additional tests sql/item_timefunc.cc: Fix for timestamp diff issue. Added microsecond precision when comparing months or quarters; previously only examined date for these comparisons.
-
- 27 Jul, 2006 3 commits
- 26 Jul, 2006 4 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
mysql-test/r/perror.result: Add error result for 1186 Remove the result for the others mysql-test/t/perror.test: As it's only just interesting to see that perror doesn't crash(and as result varies across platforms), send result to /dev/null
-
unknown authored
- Since error 1186 is not found among NDB error codes, the message retuned should indicate that. extra/perror.c: Move the !found out one level mysql-test/t/perror.test: Add test case for bug#16561 ndb/src/kernel/error/ndbd_exit_codes.c: Check not only for zero size string but also classification "unknown error" when looking for an error mesage for an error code
-
unknown authored
- Allow "query" to be used as a prefix for focing a command to be sent to server - Add testcases client/mysqltest.c: To force something being sent as a query to the mysqld one can use the prefix "query". Remove "query" from string before executing. mysql-test/r/mysqltest.result: Add test case for "query" command mysql-test/t/mysqltest.test: Add test case for "query" command
-
- 24 Jul, 2006 7 commits
-
-
unknown authored
- Add test case mysql-test/r/mysql.result: Update test result mysql-test/t/mysql.test: Add test for mysql using DESC command
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
- Add test case(execute perror) - Check if strerror has returned NULL and set msg to "Unknown Error" in that case - Thanks to Steven Xie for pointing out how to fix. extra/perror.c: strerror might return NULL on Solaris 2.8 mysql-test/mysql-test-run.pl: Add possibility to execute perror from test case mysql-test/r/have_perror.require: New BitKeeper file ``mysql-test/r/have_perror.require'' mysql-test/r/perror.result: New BitKeeper file ``mysql-test/r/perror.result'' mysql-test/t/perror.test: New BitKeeper file ``mysql-test/t/perror.test''
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
- Add printout in write_footer to tell that mysqldump has completed. Ex: -- Dump completed 2006-07-24 8:55:05 client/Makefile.am: Build mysqldump with mf_getdate.c client/mysqldump.c: Add printout in write_footer that will print info that mysqldump has completed
-
- 23 Jul, 2006 6 commits
-
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b19370
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b19370
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b8143
-
unknown authored
mysql-test/r/delete.result: Fix for bug #8143: A date with value 0 is treated as a NULL value - test result mysql-test/t/delete.test: Fix for bug #8143: A date with value 0 is treated as a NULL value - test case sql/sql_delete.cc: Fix for bug #8143: A date with value 0 is treated as a NULL value - during SELECT queries processing we convert 'date[time]_field is null' conditions into 'date[time]_field = 0000-00-00[ 00:00:00]' for not null DATE and DATETIME fields. To be consistent, we have to do the same for DELETE queries. So we should call remove_eq_conds() in the mysql_delete() as well. Also it may simplify and speed up DELETE queries execution.
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b19370 mysql-test/r/date_formats.result: Auto merged
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b10966 mysql-test/r/func_group.result: Auto merged mysql-test/t/func_group.test: Auto merged sql/item_sum.cc: Auto merged sql/item_sum.h: Auto merged
-
- 21 Jul, 2006 1 commit
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
- 20 Jul, 2006 5 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
- "set @@character_set_database" should be ignored by servers prior to 4.1.1 client/mysqlimport.c: Enclose "set @@character_set_databse=x" with comments that makes it be ignored by servers prior to 4.1.1
-
unknown authored
into maint1.mysql.com:/data/localhome/msvensson/my50-bug19517
-
unknown authored
into maint1.mysql.com:/data/localhome/msvensson/my50-bug19517 configure.in: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint sql/item_func.cc: Auto merged sql/item_func.h: Auto merged sql/item_subselect.cc: Auto merged sql/sql_class.h: Auto merged
-
- 19 Jul, 2006 1 commit
-
-
unknown authored
"I want to have the current delimiter in the prompt so that I can know at a glance which is set." Add a 'l' format specifier that represents the current statement delimiter. client/mysql.cc: Add a 'l' prompt format specifier, which becomes the current delimiter string in the prompt.
-
- 18 Jul, 2006 1 commit
-
-
unknown authored
When a default of '' was specified for TEXT/BLOB columns, the specification was silently ignored. This is presumably to be nice to applications (or people) who generate their column definitions in a not-very-clever fashion. For clarity, doing this now results in a warning, or an error in strict mode. mysql-test/r/federated.result: Update results mysql-test/r/fulltext_distinct.result: Update results mysql-test/r/fulltext_update.result: Update results mysql-test/r/gis-rtree.result: Update results mysql-test/r/gis.result: Update results mysql-test/r/join_outer.result: Update results mysql-test/r/order_by.result: Update results mysql-test/r/type_blob.result: Add new results mysql-test/r/type_ranges.result: Update results mysql-test/t/type_blob.test: Add new test sql/field.cc: Issue a warning when setting '' as the default on a BLOB/TEXT column, and make it an error in strict mode. Also, clarify comments about when NO_DEFAULT_VALUE_FLAG is set.
-