mariadb/client
unknown 45710b7f47 BUG#17201: Improve handling of views.
client/mysqldump.c:
   Better view handling:
  
    Distinguish better between tables and views in the output.
    
    Add many comments about the distinctions between tables and views, and
    the tradeoffs that we make, notably that, since we don't maintain
    dependencies.
    
    get_table_structure: Clarify in the output that a view is first
    		       created as a workaround for the lack of
    		       dependencies.
    
    dump_table:  Return if we're trying to dump a view.
    
    dump_all_views_in_db: Don't call init_dumping.  It's already been done
                          in dump_all_tables_in_db.  This is the problem
                          reported in BUG#17201.
    
    Change the variable was_views to seen_views, and clarify the comment.
    The previous name was not overly "intuitive".
mysql-test/r/mysqldump.result:
  We no longer have spurious text in the results.
  Add results for the final test (BUG#17201)
mysql-test/t/mysqldump.test:
  Add a new test (BUG#17201)
2006-05-25 17:30:28 +09:30
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am bug #18115 (mysql_upgrade on Windows) 2006-04-28 09:07:25 +05:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-05-11 09:14:09 -04:00
mysql_upgrade.c Win build fix 2006-05-02 08:59:49 +05:00
mysqladmin.cc Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlbinlog.cc many warnings (practically safe but annoying) corrected 2006-01-03 17:54:54 +01:00
mysqlcheck.c mysqlcheck.c: 2006-02-17 08:32:52 -06:00
mysqldump.c BUG#17201: Improve handling of views. 2006-05-25 17:30:28 +09:30
mysqlimport.c Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqltest.c Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-05-09 08:26:25 +02:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00