Figured one final report
KEY ACCOMPLISHMENTS LAST WEEK
Barring review I did finish the program.
A last minute fix did help save the program.
All tests but backup_myisam.test work I still get an error that it
cannot drop a table because it is still in use. I do not know if this
is an issue with my version only due to my code I do not see why it
will not drop the table.
I went through and formatted as best as possible to the standards.
I tried to go through the diff and find the little adjustments that
are not intentional and not really actual modifications such as
> static bool execute_sqlcom_select(THD *thd, TABLE_LIST *all_tables)
> {
> @@ -6609,12 +6708,10 @@ void st_select_lex::set_lock_for_tables(
> operation and also for any single select union construct of the
> form
> @verbatim
> (SELECT ... ORDER BY order_list [LIMIT n]) ORDER BY ...
> - @endverbatim
> + @endvarbatim
> or of the form
> @verbatim
> (SELECT ... ORDER BY LIMIT n) ORDER BY ...
> - @endverbatim
> -
although I think i did not find the one above. I got most of the
others from the other e-mail I believe.
I inserted the doxygen comments I hope they are ok.
I pushed the version to launchpad. I had some issues since I had to
pull the folder off of a backup due to an error from trying to fix
EXECUTE command. I deviated from the branch and had to --overwrite.
Given that me an bazaar are not that friendly with each other I hope
it uploaded ok. Otherwise I will upload as a new branch. If
statement_set.test does not work I will rebranch to the version on my
machine as EXECUTE will not work.
Since I have until tomorrow 12:00 noon pacific time I will still have
about 2 hours to fix any testing due to work.
my test results
------------------------------------------------------------
The servers were restarted 550 times
Spent 4636.927 of 7296 seconds executing testcases
All 896 tests were successful.
Macintosh-123:mysql-test Joe$
Joe
TASKS IN THE UPCOMING WEEK
RELAX